Enable cookie support on HTTP 100 Continue

Issue #42 new
David Sokolik created an issue

Hey Guys,

When NGINX receives a POST request it will return 100 Continue message by default, it will capture the entire post body before sending it to the upstream server.

the current stickey module will only issue a cookie after it receives a 2xx | 3xx message from the upstream server.

Is it possible to pre-set the cookie on the initial response of 100 Continue?

Thanks, David

Comments (0)

  1. Log in to comment