PA Peeps!
I receive an email that contains a link. That link does not contain the information I need, but upon select generates a new link (redirect in a browser) that contains the information I need.
I thought I could:
- Convert the HTML email to text & grab the original link
- Use HTTP GET to capture the HEADER of the new, targeted webpage (this is where the HTTP redirect would take me)
- Use HTTP GET again using the HEADER URL to get the BODY
- Compose on the BODY
- ... process more
2 fails - I cannot return the redirected URL back so I can get the REAL webpage.
Any recommendations? It's almost like OAuth2 that gives you a code in a URL after send a web request but I don't know how to do that.
I don't want to use PA Desktop.
Best, Jason


Report
All responses (
Answers (