I need (as part of a cache busting exercise) to convert a POST into a
GET with the same URI parameters. ( The URL is currently a GET, but a
proxy I have to subvert is mangling things There is no true POST
data).
Is there an Nginx configuration that would do this? I tried setting
|$request_method but that caused a configuration error.
I need (as part of a cache busting exercise) to convert a POST into a GET
with the same URI parameters. ( The URL is currently a GET, but a proxy I
have to subvert is mangling things There is no true POST data).
Is there an Nginx configuration that would do this? I tried setting
$request_method but that caused a configuration error.
It’s a bit unclear what you mean by “I have to subvert is mangling
things”
but you can change the method for proxied requests with proxy_method ( Module ngx_http_proxy_module )
rr
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.