M monki Active Member Licensed User Longtime User Dec 16, 2020 #1 Hello everyone, is it possible to execute with rhttputils executecredentials? monki Last edited: Dec 16, 2020
tigrot Well-Known Member Licensed User Longtime User Dec 16, 2020 #2 You have to construct manually, using POST syntax. Like this : https://stackoverflow.com/questions...authentication-basic-request-using-javascript Upvote 0
You have to construct manually, using POST syntax. Like this : https://stackoverflow.com/questions...authentication-basic-request-using-javascript
Erel B4X founder Staff member Licensed User Longtime User Dec 17, 2020 #3 You can use HttpJob.AddHeader to add headers. Basic authentication is simple to implement. Upvote 0
M monki Active Member Licensed User Longtime User Dec 17, 2020 #4 Thank You @ erel and tigrot. I will try it. Upvote 0