I launched the node express on my localhost:3000..
**curl -H 'samlresponse:12323' -v http://localhost:3000 , returns data correctly.
but if I tried following...
curl -H 'samlresponse:{here is the entire samlresponse, it's very long..almost 20k..}' -v http://localhost:3000
The server always return "Empty reply from server", is there a way to passby or fix this issue?