|
Set status code to 200 with "X-LiteSpeed-Location" should work.
Rails may change the status code to 3xx when "location" header was set, that will result in "Location" header being sent.
The 404 status code is because that 404 handler was used for Rails application, you can use rewrite rule to dispatch the request to Rails app handler. We will force the status code to 200 for 'X-LiteSpeed-Location' in 3.3 release.
|