How not to do URL redirects (… the way Quora does)
engineering.webengage.com
How not to do URL redirects (… the way Quora does)
1–10 of 56 posts
Re: How not to do URL redirects (… the way Quora does)
#2Re: How not to do URL redirects (… the way Quora does)
#3Would we get the right referer if 302 is done via quora redirect?
Re: How not to do URL redirects (… the way Quora does)
#4Would we get the right referer if 302 is done via quora redirect?
Not sure if I understood this correctly. If Quora chose to send a Location: some-url and Status: 302, it would have definitely worked as expected.
Re: How not to do URL redirects (… the way Quora does)
#5Earlier quoted context omitted.
Not sure if I understood this correctly. If Quora chose to send a Location: some-url and Status: 302, it would have definitely worked as expected.
So what should an app do if it wants ro track all outbound links and send the real url as referer to the outbound link
Re: How not to do URL redirects (… the way Quora does)
#6Re: How not to do URL redirects (… the way Quora does)
#7I don't see how this could be a result of simple mistake. There doesn't seem to be any reason to do redirects this way except hiding the referrer.
Re: How not to do URL redirects (… the way Quora does)
#8Earlier quoted context omitted.
So what should an app do if it wants ro track all outbound links and send the real url as referer to the outbound link
The best way to do it is probably to track clicks on outbound links using javascript.
Re: How not to do URL redirects (… the way Quora does)
#9Earlier quoted context omitted.
So what should an app do if it wants ro track all outbound links and send the real url as referer to the outbound link
The best way to do it is probably to track clicks on outbound links using javascript.
Re: How not to do URL redirects (… the way Quora does)
#10Earlier quoted context omitted.
So what should an app do if it wants ro track all outbound links and send the real url as referer to the outbound link
The best way to do it is probably to track clicks on outbound links using javascript.