issues
search
IdentityPython
/
SATOSA
Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
203
stars
123
forks
source link
fix: handle HEAD and PUT requests
#455
Closed
melanger
closed
8 months ago
melanger
commented
10 months ago
do not ignore variables supplied using HEAD or PUT requests
see:
https://www.rfc-editor.org/rfc/rfc2616#section-9.4
https://www.rfc-editor.org/rfc/rfc2616#section-9.6
All Submissions:
[x] Have you checked to ensure there aren't other open
Pull Requests
for the same update/change?
[x] Have you added an explanation of what problem you are trying to solve with this PR?
[x] Have you added information on what your changes do and why you chose this as your solution?
[ ] Have you written new tests for your changes?
[ ] Does your submission pass tests?
[ ] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?
do not ignore variables supplied using HEAD or PUT requests
see:
All Submissions: