Skip to content

Fix handling of trailing slash in remainingPath #1141

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

danghyan
Copy link

@danghyan danghyan commented May 13, 2025

Fixed handling of a trailing slash ("/") in remainingPath.
Previously, when a trailing slash was present, an incorrect error related to the Content-Type header was returned.

In my case, all requests ending with a trailing slash resulted in the following error:
System.ServiceModel.ProtocolException: An HTTP Content-Type header is required for SOAP messaging and none was found.

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.

1 participant