Proxy authentication

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
YoanP
Posts: 7
Joined: Mon Nov 11, 2019 7:50 am

Proxy authentication

Post by YoanP » Tue Feb 09, 2021 8:27 am

Hi all,

I use proxy with authentication to connect on website.
To make the authentication I use ONLOGIN like this :

Code: Select all

FILTER TYPE=IMAGES STATUS=ON
PROXY ADDRESS={{proxy}}
SET !ENCRYPTION NO
ONLOGIN USER={{username}} PASSWORD={{password}} RETRY=NO
URL GOTO=http://www.google.com
WAIT SECONDS=2
but sometimes imacros browser freeze on authentication box like this:

Image
https://zupimages.net/viewer.php?id=21/06/xjch.png

What's happend ?
I'm sure about username and password.

I'm on windows 10, with iMaxros browser and the last version of iMacros.

Thanks
techimac
Posts: 482
Joined: Fri Feb 20, 2015 9:27 pm

Re: Proxy authentication

Post by techimac » Tue Feb 09, 2021 11:01 pm

Error 1400
Can you send text in status bar?
Available for custom iim, javascript iMacros scripts
YoanP
Posts: 7
Joined: Mon Nov 11, 2019 7:50 am

Re: Proxy authentication

Post by YoanP » Wed Feb 10, 2021 7:14 am

The error text is :

Code: Select all

Error HRESULT E_FAIL has been returned from a call to a COM component
I specify that I have this problem only on 1 computer. I am using 2 other computers which do not have this problem
techimac
Posts: 482
Joined: Fri Feb 20, 2015 9:27 pm

Re: Proxy authentication

Post by techimac » Wed Feb 10, 2021 11:34 am

Available for custom iim, javascript iMacros scripts
YoanP
Posts: 7
Joined: Mon Nov 11, 2019 7:50 am

Re: Proxy authentication

Post by YoanP » Mon Feb 15, 2021 12:28 pm

These are solutions for those who use visual studio,
but I don't have VS.
techimac
Posts: 482
Joined: Fri Feb 20, 2015 9:27 pm

Re: Proxy authentication

Post by techimac » Mon Feb 15, 2021 2:27 pm

may be reinstall .net framework
Available for custom iim, javascript iMacros scripts
Post Reply