Forum Discussion
AutUser
Occasional Contributor
Hi Dain,
I knew it was supposed to work with HTTPTestRequest but could not make it work and found no real examples of that. If you can provide me with a brief, real example, I'd appreciate it.
In the mean time, I used Groovy to solve my problem using logic including:
url = new URL("http://www.mywebsite.com")
def output = url.getText()
Best regards,
Igor
I knew it was supposed to work with HTTPTestRequest but could not make it work and found no real examples of that. If you can provide me with a brief, real example, I'd appreciate it.
In the mean time, I used Groovy to solve my problem using logic including:
url = new URL("http://www.mywebsite.com")
def output = url.getText()
Best regards,
Igor
jvich
9 years agoOccasional Contributor
Hi all. The http request didn't work for me due javascript redirects.
Page 1 loads and redirect to page 2 with post paramenters
then page 2 redirects to page 3 and so on
following the payment gateway
I follow the groovy script and works fine (by hand and hard work).
Thanks a lot
Related Content
- 5 years ago
- 8 years ago
Recent Discussions
- 15 years ago