Unable to fetch REQUEST_PATH from env but ok for PATH_INFO
Closed this issue · 0 comments
PikachuEXE commented
In LetItGo::Middleware::Olaf#call
env["REQUEST_PATH".freeze]
was used but it becomes nil
I have to change it to PATH_INFO
to work
Closed this issue · 0 comments
In LetItGo::Middleware::Olaf#call
env["REQUEST_PATH".freeze]
was used but it becomes nil
I have to change it to PATH_INFO
to work