Joined August 2012
·

Steve

CTO at DoubleUp
·
San Francisco, CA
·
·
·

Posted to No referer after redirect (Solved) over 1 year ago

Yeah adding the query params as inputs works. It's a bit tedious but I think it will be the most robust solution.

The other thing I was trying was to generate a link and then find it and call .click() on it. It worked pretty well but I was worried it wouldn't be supported by all browsers.

Posted to No referer after redirect (Solved) over 1 year ago

Not sure what you mean. You mean adding the parameters as form inputs? I did not try that, but it's a great idea... I'd have to parse the URI and loop through params. I might try it.

Posted to No referer after redirect (Solved) over 1 year ago

For some reason, this was dropping query params. When I made action="/target-page?foo=bar", the requested URL was /target-page?. I have no idea why.

Posted to No referer after redirect (Solved) over 1 year ago

THANK YOU! This was very helpful for me :)

(megusta)

Achievements
56 Karma
0 Total ProTip Views