Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: If the Request method is HEAD, we will just silently return an OK. #831

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

itssimple
Copy link
Contributor

Proposed fix for issue #830

Since Soap doesn't have any specific implementation of HEAD requests, I suggest that we just silently ignore the request and return 200 OK, to let the requester know that the address exists at least, and that we do it as early as possible, before any other checks.

fixes #830

@andersjonsson andersjonsson merged commit 1650928 into DigDes:develop Mar 11, 2022
@itssimple itssimple deleted the fix-head-request branch March 11, 2022 13:18
@kotovaleksandr
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HEAD request wsdl
3 participants