- Sort Score
- Result 10 results
- Languages All
Results 471 - 480 of 748 for token6 (0.05 sec)
-
cmd/object-lambda-handlers.go
- }
- if subtle.ConstantTimeCompare([]byte(resp.Header.Get(xhttp.AmzRequestToken)), []byte(eventData.GetObjectContext.OutputToken)) != 1 {
- tokenErr := errorCodes.ToAPIErr(ErrInvalidToken)
- tokenErr.Description = "The request token included in the request is invalid"
- writeErrorResponse(ctx, w, tokenErr, r.URL)
- return
- }
- // Set all the relevant lambda forward headers if found.
- fwdHeadersToS3(resp.Header, w)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 22 07:04:48 UTC 2024 - 10.3K bytes - Viewed (0) -
docs/em/docs/tutorial/testing.md
- │ ├── main.py
- │ └── test_main.py
- ```
- ➡️ 💬 👈 🔜 📁 `main.py` ⏮️ 👆 **FastAPI** 📱 ✔️ 🎏 **➡ 🛠️**.
- ⚫️ ✔️ `GET` 🛠️ 👈 💪 📨 ❌.
- ⚫️ ✔️ `POST` 🛠️ 👈 💪 📨 📚 ❌.
- 👯♂️ *➡ 🛠️* 🚚 `X-Token` 🎚.
- //// tab | 🐍 3️⃣.6️⃣ & 🔛
- ```Python
- {!> ../../docs_src/app_testing/app_b/main.py!}
- ```
- ////
- //// tab | 🐍 3️⃣.1️⃣0️⃣ & 🔛
- ```Python
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 27 06:24:23 UTC 2020 - 10.1K bytes - Viewed (0) -
cmd/healthcheck-handler.go
- if result.HealingDrives > 0 {
- w.Header().Set(xhttp.MinIOHealingDrives, strconv.Itoa(result.HealingDrives))
- }
- if !result.Healthy {
- // As a maintenance call we are purposefully asked to be taken
- // down, this is for orchestrators to know if we can safely
- // take this server down, return appropriate error.
- if opts.Maintenance {
- writeResponse(w, http.StatusPreconditionFailed, nil, mimeNone)
- } else {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jun 26 07:44:34 UTC 2024 - 6.9K bytes - Viewed (0) -
common-protos/k8s.io/api/events/v1/generated.proto
- optional string reportingInstance = 5;
- // action is what action was taken/failed regarding to the regarding object. It is machine-readable.
- // This field cannot be empty for new Events and it can have at most 128 characters.
- optional string action = 6;
- // reason is why the action was taken. It is human-readable.
- // This field cannot be empty for new Events and it can have at most 128 characters.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 5.5K bytes - Viewed (0) -
docs/en/docs/tutorial/cors.md
- But that will only allow certain types of communication, excluding everything that involves credentials: Cookies, Authorization headers like those used with Bearer Tokens, etc.
- So, for everything to work correctly, it's better to specify explicitly the allowed origins.
- ## Use `CORSMiddleware`
- You can configure it in your **FastAPI** application using the `CORSMiddleware`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
cmd/leak-detect_test.go
- "testing.Main(",
- "testing.tRunner(",
- "testing.tRunner(",
- "runtime.goexit",
- "created by runtime.gc",
- // ignore the snapshot function.
- // since the snapshot is taken here the entry will have the current function too.
- "pickRelevantGoroutines",
- "runtime.MHeap_Scavenger",
- "signal.signal_recv",
- "sigterm.handler",
- "runtime_mcall",
- "goroutine in C code",
- }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 5.2K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 26K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
- *경로 작동 데코레이터*에서 `dependencies`를 사용하면 편집기/도구 오류를 피하며 실행되도록 할 수 있습니다.
- 또한 코드에서 사용되지 않는 매개변수를 보고 불필요하다고 생각할 수 있는 새로운 개발자의 혼란을 방지하는데 도움이 될 수 있습니다.
- ///
- /// info | "정보"
- 이 예시에서 `X-Key`와 `X-Token`이라는 커스텀 헤더를 만들어 사용했습니다.
- 그러나 실제로 보안을 구현할 때는 통합된 [보안 유틸리티 (다음 챕터)](../security/index.md){.internal-link target=_blank}를 사용하는 것이 더 많은 이점을 얻을 수 있습니다.
- ///
- ## 의존성 오류와 값 반환하기
- 평소에 사용하던대로 같은 의존성 *함수*를 사용할 수 있습니다.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.7K bytes - Viewed (0) -
bin/init.sh
- if [[ "${ISTIO_ENVOY_BASE_URL}" != "https://storage.googleapis.com/istio-build/proxy" ]]; then
- AUTH_HEADER="Authorization: Bearer $(gcloud auth print-access-token)"
- export AUTH_HEADER
- fi
- SIDECAR="${SIDECAR:-envoy}"
- # OS-neutral vars. These currently only work for linux.
- ISTIO_ENVOY_VERSION="${ISTIO_ENVOY_VERSION:-${PROXY_REPO_SHA}}"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jan 25 19:11:31 UTC 2024 - 6.1K bytes - Viewed (0)