Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 63 of 63 for tutorial003_04_py39 (0.08 sec)

  1. docs/es/docs/advanced/behind-a-proxy.md

    ```
    
    </div>
    
    ### Redirecciones con HTTPS { #redirects-with-https }
    
    Por ejemplo, digamos que defines una *path operation* `/items/`:
    
    {* ../../docs_src/behind_a_proxy/tutorial001_01_py39.py hl[6] *}
    
    Si el cliente intenta ir a `/items`, por defecto, sería redirigido a `/items/`.
    
    Pero antes de configurar la *Opción de CLI* `--forwarded-allow-ips` podría redirigir a `http://localhost:8000/items/`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/behind-a-proxy.md

    ```
    
    </div>
    
    ### Weiterleitungen mit HTTPS { #redirects-with-https }
    
    Angenommen, Sie definieren eine *Pfadoperation* `/items/`:
    
    {* ../../docs_src/behind_a_proxy/tutorial001_01_py39.py hl[6] *}
    
    Wenn der Client versucht, zu `/items` zu gehen, würde er standardmäßig zu `/items/` umgeleitet.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/behind-a-proxy.md

    ```
    
    </div>
    
    ### Redirects with HTTPS { #redirects-with-https }
    
    For example, let's say you define a *path operation* `/items/`:
    
    {* ../../docs_src/behind_a_proxy/tutorial001_01_py39.py hl[6] *}
    
    If the client tries to go to `/items`, by default, it would be redirected to `/items/`.
    
    But before setting the *CLI Option* `--forwarded-allow-ips` it could redirect to `http://localhost:8000/items/`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 16.4K bytes
    - Viewed (0)
Back to top