I’m using the HTTP Request quite often and for authentication i’m using the “Simple Authentication” in properties. My username and password are saved in a Credential in Orchestrator and thus the password is fetched as a secure string which I can only input that way and not directly in the HTTP Request Wizard.
However I’m experiencing, quite often, that the activity drops the username variable and then fails in authentication. That’s quite anoying. I don’t see a patern, it’s pretty random when it does it but it happens often! I then have to put in the variable again.
Is it a bug, or does any of you guys have a solution for this?
No, it doesn’t dissappear completely. It’s just unassigned from the activity. It happens with every HTTP Request Activity I’m using in every project. So it doesn’t help to delete it and insert it again, I’ve tried that.
To troubleshoot you could try and make a new .xaml file with a similar setup of the HTTP Request activity, and simply ignore it from publish.
Then keep an eye on this file when observing the error on the main HTTP Request activity.
This could give a clue to whether the error has something to do with the file or Studio/project related.