![]() |
The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum. |
|
Post Reply ![]() |
Author | |
rsine ![]() Groupie ![]() Joined: May 18 2007 Status: Offline Points: 72 |
![]() ![]() ![]() ![]() ![]() Posted: November 22 2019 at 10:46am |
I'm using Accuterm 2K2 connecting to mvEnterprise and have a need to do the following:
1) open a browser to a given url users will enter some information. 2) capture the url of the page a user is redirected to after submitting information. I found I can open a web site using code like the following: EQU STX TO CHAR(2) EQU CR TO CHAR(13) EQU EM TO CHAR(25) EQU ESC TO CHAR(27) URL = 'https://somewebsite.com' CRT ESC:STX:'<':URL:CR: but how do i capture the url the site redirects the user to. For example, the UPS tracking site https://www.ups.com/us/en/Home.page upon submit will redirect to a url like https://www.ups.com/track?loc=en_US&tracknum=1Z9V2F610307459170&requester=WT/trackdetails. I need to be able to capture that redirected url if possible. Thank you.
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |