Redirector icon indicating copy to clipboard operation
Redirector copied to clipboard

pass the old site link to the redirected link as a parameter

Open Hardcore-fs opened this issue 3 years ago • 5 comments

Have the possibility to pass the link into the redirection.

There may be cases where we have a a clicked link & we need the parameters from that link passed to the new site

Hardcore-fs avatar Oct 24 '22 22:10 Hardcore-fs

Passing the entire original link, or passing just the parameters from it, can be accomplished using the regex option. If you provide an example, I can help you create the appropriate regex.

Gitoffthelawn avatar Oct 25 '22 12:10 Gitoffthelawn

roughly something like this:

source site https:somesite.com/->redirect http://somesite.com/getbackenddata.do?xyz=123456&method=insecureseckey&getthis=1234567

The params might change, sometimes 3 sometimes 4... same link maybe grab everything after the "?"

but basically: mydest site http://localhost/extract?passed=????????????

cannot post an actual link,it it blows open a well known vendors cloud back end via insecure http.. & incrementing param, there would be hell to pay because they supply cloud services to some major businesses...

yep.. a vendor who logs you in using https. then uses redirects on the back end to send you to http:, to get data from their back-end database using code called with parameters... over http the "service" key never changes, only need manipulation of the reference keys for the data extraction.

Hardcore-fs avatar Oct 28 '22 22:10 Hardcore-fs

@Hardcore-fs I'm going through some older issues and cleaning things up... do you still need help with this? If so, just let me know.

Gitoffthelawn avatar Dec 11 '22 10:12 Gitoffthelawn

nope... it's all ok... you can close this if you want.

Hardcore-fs avatar Dec 13 '22 05:12 Hardcore-fs

Glad to here all is good.

Gitoffthelawn avatar Dec 13 '22 07:12 Gitoffthelawn