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
I'm getting the http response headers in the content ... i'm not sure if this is intentional or configurable, but this does not make sense to my current use, as i do not expect the http headers in the response, rather either mimicked in the http response from simple php proxy; or discarded. please advise.
The text was updated successfully, but these errors were encountered:
The issue is/was the 100 continue http response/header, a hack by exploing the result into 3 and ignoring the first works, but this is a very case specific workaround; i thought i'll let you know.
Hello,
I'm getting the http response headers in the content ... i'm not sure if this is intentional or configurable, but this does not make sense to my current use, as i do not expect the http headers in the response, rather either mimicked in the http response from simple php proxy; or discarded. please advise.
The text was updated successfully, but these errors were encountered: