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
HTTP requests using the CONNECT method should be rejected by Styx proxy with a 405 Method not allowed response code.
Detailed description
Styx proxy does not currently provide any support for CONNECT requests so requests with that method should be rejected (with the 405). The current faulty behaviour is that Styx accepts the requests but fails to process it, generating a 500 server side error.
The status of support for TCP tunneling via the HTTP Connect method is tracked in #311.
Acceptance criteria
The proxy will return a 405 error on reception of a HTTP Request using the CONNECT method.
The text was updated successfully, but these errors were encountered:
The problem
HTTP requests using the CONNECT method should be rejected by Styx proxy with a 405 Method not allowed response code.
Detailed description
Styx proxy does not currently provide any support for CONNECT requests so requests with that method should be rejected (with the 405). The current faulty behaviour is that Styx accepts the requests but fails to process it, generating a 500 server side error.
The status of support for TCP tunneling via the HTTP Connect method is tracked in #311.
Acceptance criteria
The proxy will return a 405 error on reception of a HTTP Request using the CONNECT method.
The text was updated successfully, but these errors were encountered: