Redirection... How to follow it?

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
tata668
Posts: 42
Joined: Sun Jun 14, 2009 2:34 am

Redirection... How to follow it?

Post by tata668 » Wed Nov 11, 2009 10:55 pm

I use this code:

Code: Select all

SET !TIMEOUT 60
URL GOTO=http://www.example.com
But http://www.example.com redirect to https://www.example.com using a "Location:" header.

I want to follow the redirection, how can I do this? Currently, iMacros dies with this error:
RuntimeError: unable to load http://www.example.com (-933)
Thanks in advance...
tata668
Posts: 42
Joined: Sun Jun 14, 2009 2:34 am

Re: Redirection... How to follow it?

Post by tata668 » Fri Nov 13, 2009 3:34 am

Any help please?
tunaSalad
Posts: 26
Joined: Mon Jul 07, 2008 4:24 pm

Re: Redirection... How to follow it?

Post by tunaSalad » Fri Nov 13, 2009 4:01 pm

According to http://wiki.imacros.net/Error_and_Return_Codes that error does not exist :?:

What version of iMacros are you using, FF plugin? IE? or iMacros Browser. I'd suggest trying on different browser and see how iMacros reacts on it.
tata668
Posts: 42
Joined: Sun Jun 14, 2009 2:34 am

Re: Redirection... How to follow it?

Post by tata668 » Fri Nov 13, 2009 5:40 pm

tunaSalad wrote:According to http://wiki.imacros.net/Error_and_Return_Codes that error does not exist :?:

What version of iMacros are you using, FF plugin? IE? or iMacros Browser. I'd suggest trying on different browser and see how iMacros reacts on it.
I use the scripting edition 6.60, with the "-fx" flag (firefox plugin).
Hannes, Tech Support

Re: Redirection... How to follow it?

Post by Hannes, Tech Support » Mon Nov 16, 2009 10:29 am

Can you post a URL where this happens?
tata668
Posts: 42
Joined: Sun Jun 14, 2009 2:34 am

Re: Redirection... How to follow it?

Post by tata668 » Mon Nov 16, 2009 5:55 pm

Actually, I'm unable to reproduce my error! :oops:

Thanks for the help...
Post Reply