Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 748 for token6 (0.05 sec)

  1. cmd/object-lambda-handlers.go

    1. }
    2.  
    3. if subtle.ConstantTimeCompare([]byte(resp.Header.Get(xhttp.AmzRequestToken)), []byte(eventData.GetObjectContext.OutputToken)) != 1 {
    4. tokenErr := errorCodes.ToAPIErr(ErrInvalidToken)
    5. tokenErr.Description = "The request token included in the request is invalid"
    6. writeErrorResponse(ctx, w, tokenErr, r.URL)
    7. return
    8. }
    9.  
    10. // Set all the relevant lambda forward headers if found.
    11. 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)
  2. docs/em/docs/tutorial/testing.md

    1.    ├── main.py
    2.    └── test_main.py
    3. ```
    4.  
    5. ➡️ 💬 👈 🔜 📁 `main.py` ⏮️ 👆 **FastAPI** 📱 ✔️ 🎏 **➡ 🛠️**.
    6.  
    7. ⚫️ ✔️ `GET` 🛠️ 👈 💪 📨 ❌.
    8.  
    9. ⚫️ ✔️ `POST` 🛠️ 👈 💪 📨 📚 ❌.
    10.  
    11. 👯‍♂️ *➡ 🛠️* 🚚 `X-Token` 🎚.
    12.  
    13. //// tab | 🐍 3️⃣.6️⃣ & 🔛
    14.  
    15. ```Python
    16. {!> ../../docs_src/app_testing/app_b/main.py!}
    17. ```
    18.  
    19. ////
    20.  
    21. //// tab | 🐍 3️⃣.1️⃣0️⃣ & 🔛
    22.  
    23. ```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)
  3. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

    1. data-href="${contextPath}/admin/dict/kuromoji/details/${f:u(dictId)}/4/${f:u(data.id)}">
    2. <td>${f:h(data.token)}</td>
    3. <td>${f:h(data.reading)}</td>
    4. </tr>
    5. </c:forEach>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 27 06:24:23 UTC 2020
    - 10.1K bytes
    - Viewed (0)
  4. cmd/healthcheck-handler.go

    1. if result.HealingDrives > 0 {
    2. w.Header().Set(xhttp.MinIOHealingDrives, strconv.Itoa(result.HealingDrives))
    3. }
    4. if !result.Healthy {
    5. // As a maintenance call we are purposefully asked to be taken
    6. // down, this is for orchestrators to know if we can safely
    7. // take this server down, return appropriate error.
    8. if opts.Maintenance {
    9. writeResponse(w, http.StatusPreconditionFailed, nil, mimeNone)
    10. } 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)
  5. common-protos/k8s.io/api/events/v1/generated.proto

    1. optional string reportingInstance = 5;
    2.  
    3. // action is what action was taken/failed regarding to the regarding object. It is machine-readable.
    4. // This field cannot be empty for new Events and it can have at most 128 characters.
    5. optional string action = 6;
    6.  
    7. // reason is why the action was taken. It is human-readable.
    8. // 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)
  6. docs/en/docs/tutorial/cors.md

    1. But that will only allow certain types of communication, excluding everything that involves credentials: Cookies, Authorization headers like those used with Bearer Tokens, etc.
    2.  
    3. So, for everything to work correctly, it's better to specify explicitly the allowed origins.
    4.  
    5. ## Use `CORSMiddleware`
    6.  
    7. 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)
  7. cmd/leak-detect_test.go

    1. "testing.Main(",
    2. "testing.tRunner(",
    3. "testing.tRunner(",
    4. "runtime.goexit",
    5. "created by runtime.gc",
    6. // ignore the snapshot function.
    7. // since the snapshot is taken here the entry will have the current function too.
    8. "pickRelevantGoroutines",
    9. "runtime.MHeap_Scavenger",
    10. "signal.signal_recv",
    11. "sigterm.handler",
    12. "runtime_mcall",
    13. "goroutine in C code",
    14. }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

    1. */
    2. // CHECKSTYLE_ON: LineLength
    3. public static void main(String... args) {
    4. System.out.println("Display parameters as parsed by Maven (in canonical form and as a list of tokens) and"
    5. + " comparison result:");
    6. if (args.length == 0) {
    7. return;
    8. }
    9.  
    10. ComparableVersion prev = null;
    11. int i = 1;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 26K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    1. *경로 작동 데코레이터*에서 `dependencies` 사용하면 편집기/도구 오류를 피하며 실행되도록 있습니다.
    2.  
    3. 또한 코드에서 사용되지 않는 매개변수를 보고 불필요하다고 생각할 있는 새로운 개발자의 혼란을 방지하는데 도움이 있습니다.
    4.  
    5. ///
    6.  
    7. /// info | "정보"
    8.  
    9. 예시에서 `X-Key` `X-Token`이라는 커스텀 헤더를 만들어 사용했습니다.
    10.  
    11. 그러나 실제로 보안을 구현할 때는 통합된 [보안 유틸리티 (다음 챕터)](../security/index.md){.internal-link target=_blank}를 사용하는 것이 많은 이점을 얻을 있습니다.
    12.  
    13. ///
    14.  
    15. ## 의존성 오류와 값 반환하기
    16.  
    17. 평소에 사용하던대로 같은 의존성 *함수*를 사용할 있습니다.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. bin/init.sh

    1. if [[ "${ISTIO_ENVOY_BASE_URL}" != "https://storage.googleapis.com/istio-build/proxy" ]]; then
    2. AUTH_HEADER="Authorization: Bearer $(gcloud auth print-access-token)"
    3. export AUTH_HEADER
    4. fi
    5.  
    6. SIDECAR="${SIDECAR:-envoy}"
    7.  
    8. # OS-neutral vars. These currently only work for linux.
    9. 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)
Back to top