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
It should be returning the location from the 301 headers ({"Location", "http://www.factmag.com/2017/07/28/kendrick-lamar-rihanna-partners-crime-loyalty-video/"}) but seems to be just appending the new path to the old bit.ly host.
The text was updated successfully, but these errors were encountered:
It seems
location/1
returns the request host with the redirected path, rather than the full redirected URL.I'm an Elixir guy, so this is in
iex
:It should be returning the location from the 301 headers (
{"Location", "http://www.factmag.com/2017/07/28/kendrick-lamar-rihanna-partners-crime-loyalty-video/"}
) but seems to be just appending the new path to the oldbit.ly
host.The text was updated successfully, but these errors were encountered: