-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Need a way to turn on verbose mode for debugging like curl -i or curl -v to see what the requests are sending.
I have
logger.debug request.path
logger.debug host
logger.debug path
reverse_proxy host, path: path do |config|
config.on_redirect do |code, response|
logger.debug response['location']
render text: "Redirected"
return
end
And it is redirecting to https://localhost/ for no reason at all!
/posts
https://wordpresssite.com/
category/guides/
https://localhost/category/guides/
Rendered text template (0.0ms)
It works with curl and doesn't redirect. I want to know what it's sending. What is the User-Agent? What is the Referer? Etc.
v4lproik, pandaiolo, ndbroadbent and brunoocasali
Metadata
Metadata
Assignees
Labels
No labels