First, I'd like to thank you for your work and your wonderful application.
Now I have a problem. I want to fetch some data from my ISP (actually my account status).
The page requires HTTP authorization and has self-signed certificate. I created a flow with a "HTTP request" action:
URL=https://mylogin:mypassword@my.isp.com/profile
Checkbox "Verify certificates" is OFF.
But I get 401 error, authorization required. Seems like "login:password@..." syntax is not supported now.
There's no "credentials" option in the action as well, as any similar options around it, and no mention in documentation about
HTTP authorization for the action.
Are there such feature as HTTP authorization? If yes, how can I use it? If no, could you please implement it?
Thank you.
HTTP authorization with "HTTP Request" action
Moderator: Martin
Re: HTTP authorization with "HTTP Request" action
Just looked into EAP forum part and have seen the feature already exists in latest EAP version. So this is already implemented and is on a way to stable version. Sorry for not looking around hard enough, my bad. And thank you for your work again!