You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I proxy with command loophole http --hostname my-app 3000.
It's expected that request header will be my-app.loophole.site but it's 127.0.0.1:3000.
So rails render link (for home_url) as 127.0.0.1:3000/home instead of my-app.loophole.site/home
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I proxy with command
loophole http --hostname my-app 3000
.It's expected that request header will be
my-app.loophole.site
but it's127.0.0.1:3000
.So rails render link (for home_url) as
127.0.0.1:3000/home
instead ofmy-app.loophole.site/home
Beta Was this translation helpful? Give feedback.
All reactions