Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 294 for 4080 (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/sts/web-identity.py

    import requests
    from botocore.client import Config
    from flask import Flask, request
    
    boto3.set_stream_logger('boto3.resources', logging.DEBUG)
    
    authorize_url = "http://localhost:8080/auth/realms/minio/protocol/openid-connect/auth"
    token_url = "http://localhost:8080/auth/realms/minio/protocol/openid-connect/token"
    
    # callback url specified when the application was defined
    callback_uri = "http://localhost:8000/oauth2/callback"
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Jul 28 01:37:51 GMT 2021
    - 2.9K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/tutorial/cors.md

    因此,以下皆是不同的來源:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    即使它們都在 `localhost`,但使用了不同的通訊協定或連接埠,所以它們是不同的「來源」。
    
    ## 步驟 { #steps }
    
    假設你的前端在瀏覽器中執行於 `http://localhost:8080`,其 JavaScript 嘗試與執行在 `http://localhost` 的後端通訊(因為未指定連接埠,瀏覽器會假設預設連接埠為 `80`)。
    
    接著,瀏覽器會向 `:80` 的後端送出一個 HTTP `OPTIONS` 請求;若後端回傳適當的標頭,授權此不同來源(`http://localhost:8080`)的通訊,則在 `:8080` 的瀏覽器就會允許前端的 JavaScript 向 `:80` 的後端送出它的請求。
    
    為了達成這點,`:80` 的後端必須有一份「允許的來源」清單。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 5K bytes
    - Click Count (0)
  3. src/main/webapp/css/fonts/fa-brands-400.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 128.5K bytes
    - Click Count (0)
  4. src/main/webapp/css/fonts/fa-brands-400.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 87K bytes
    - Click Count (0)
  5. src/main/webapp/css/fonts/fa-regular-400.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 33.3K bytes
    - Click Count (0)
  6. src/main/webapp/css/fonts/fa-regular-400.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 16.4K bytes
    - Click Count (0)
  7. src/main/webapp/css/admin/fonts/fa-brands-400.eot

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 128.8K bytes
    - Click Count (0)
  8. src/main/webapp/css/admin/fonts/fa-brands-400.svg

    fa-brands-400.svg...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 692.1K bytes
    - Click Count (0)
  9. src/main/webapp/css/admin/fonts/fa-brands-400.woff2

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 74.2K bytes
    - Click Count (0)
  10. src/main/webapp/css/admin/fonts/fa-regular-400.svg

    fa-regular-400.svg...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 140.9K bytes
    - Click Count (0)
Back to Top