pass the old site link to the redirected link as a parameter
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
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.
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 I'm going through some older issues and cleaning things up... do you still need help with this? If so, just let me know.
nope... it's all ok... you can close this if you want.
Glad to here all is good.