ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Request form_hash deleted when DELETE requests #64

Closed juliojgarciaperez closed 7 years ago

juliojgarciaperez commented 7 years ago

I'm using rack-proxy proxying some Rails app request to other Rails app. I have problems with CSRF Token authentication because request.env["rack.request.form_hash"] is nilafter redirecting, Ony when I use DELETE requests

juliojgarciaperez commented 7 years ago

Ok. Just Checked #8. DELETE Request does not accept body in Net::HTTP