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
Pull request #36 added support for using the value of x-forwarded-host header in wsdls. However if there are multiple proxies in the chain then apache httpd will set the x-forwarded-host value to a comma separated listed of each proxy in the chain with the first proxy accessed by the request being the first entry in the CSV.
When a request is made for the wsdl the response results in a 400 Bad Request with the description "The request sent by the client was syntactically incorrect."
The x-forwarded-host header should be split on ", *' and only use the first value for value of getBaseAddress.