09-07-24 02:30 PM
We need to login to a website using a username password and a token. The token needs to be passed in the header of the HTML. Can I pass this to the browser with the 'launch' action on the navigate? Is there another object I should be using?
I have successfully tested this by creating a API in Blue prism to POST the HTML and get a good response back, but this API POST does not launch the website interactivly.
Any ideas?
Here are some details on the website we are trying to log into to:
Walmart Retail link.
https://supplierwiki.supplypike.com/articles/walmart-announces-supplier-bot-management
09-07-24 05:35 PM
How about creating a URL in the data item and then navigating to it directly using the navigate action?
09-07-24 07:31 PM
Is it secure to add a token to a url? I was reading that it is not.
10-07-24 01:31 AM
It is not entirely clear from the article on how the bot can utilise the response received from the REST API call to log onto the website. It should not be technically possible for a REST call to launch a website. I would think something needs to be done with the payload node you got back from the call. More information might be needed to get the full picture. Is there any official documentation around the full end-to-end process?
10-07-24 06:37 AM
I just tried to save a token URL as a password data item and used it to navigate and looks like it worked.
Please check if this workaround helps in this case.