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
A configured HTTP proxy can break our HTTP response parsing in vSphereDB >= v1.2. This does not affect all requests, but at least the very first one on a specific curl-initiated connection. Depending on your PHP and CURL version, the behavior can differ.
The text was updated successfully, but these errors were encountered:
PHP 7.3 ships with CURLOPT_SUPPRESS_CONNECT_HEADERS, former versions don't. Special care needs to be taken when manually stripping proxy headers: as of connection re-use, they appear only on the very first response on each effective connection - and afaik we're not told by curl, whether it created a new one.
A configured HTTP proxy can break our HTTP response parsing in vSphereDB >= v1.2. This does not affect all requests, but at least the very first one on a specific curl-initiated connection. Depending on your PHP and CURL version, the behavior can differ.
The text was updated successfully, but these errors were encountered: