f00b4r / nusoap

:smirk: Fixed NuSOAP for PHP 5.6 - 8.2
https://f00b4r.github.io/nusoap/
320 stars 356 forks source link

Add skippable proxy header #117

Closed ziyun closed 7 months ago

ziyun commented 7 months ago

Adding two "skippable" headers with title casing.

I ran into this problem when using Apache as a forward proxy. It fixes the issue when trying to parse the XML but not all of the HTTP headers have been stripped, and you end up with this error:

wsdl: XML error parsing WSDL from https://soap.acme.org?WSDL on line 1: Not well-formed (invalid token)
f3l1x commented 7 months ago

Thanks.