rack-rewrite
rack-rewrite copied to clipboard
How can I set a rewrite rule with an external url?
rewrite '/what', 'http://google.com'
In this case root/what displays the response from root/http://google.com
did you ever solve this?