You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jasonchester
changed the title
[BUG] AsgiApplication hard codes scheme as 'https' in scope
[BUG] AsgiRequest hard codes scheme as 'https' in scope
Feb 24, 2023
Investigative information
Repro steps
Expected behavior
Scheme should either be http or https depending on the request being handled.
Actual behavior
Scheme is hard coded as https
Known workarounds
Contents of the requirements.txt file:
Related information
https://asgi.readthedocs.io/en/latest/specs/www.html
https://github.com/Azure/azure-functions-python-library/blob/cc3fd5d13770244bdcc1030be608c81d50df1ad2/azure/functions/_http_asgi.py#L32-L62
The text was updated successfully, but these errors were encountered: