kaazing / http2-cache.js

2 stars 11 forks source link

Non http2 request does not send headers #24

Closed tejaede closed 7 years ago

tejaede commented 7 years ago

The following request fails when sent with http2-cache.js and it is NOT configured to be proxied.

POST: https://testemops.pdc.org/hp_srv/services/hazards/2/json/edit_hazard

The fetch from Contour sets Content-Type: "application/x-www-form-urlencoded" and the Network tab shows the actual request has content-type:text/plain;charset=UTF-8

hthetiot commented 7 years ago

See #28