Skip to content

adamlacombe/http2-proxy-issue

Repository files navigation

GET

with onReq provided SUCCESS

curl --insecure https://127.0.0.1:3002

without onReq provided FAILURE

curl --insecure https://127.0.0.1:3003

POST

application/json

Proxied FAILURE

curl --insecure -H "Content-Type: application/json" -d "{\"test\": \"value\"}" https://127.0.0.1:3002/

Not proxied SUCCESS

curl --insecure -H "Content-Type: application/json" -d "{\"test\": \"value\"}" http://127.0.0.1:3009/

text/html

Proxied SUCCESS

curl --insecure -d "plain text" https://127.0.0.1:3002/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published