I am doing get method in async to get data from application it is working fine with post man to get the data but same when i am trying with UiPath HTTP request to get data in Async way 401 error showing not changes in arguments header and params
Hi @vivekjcsingh8 -
401 error typically indicates that the request requires user authentication. Check your authentication methods.
If everything is in correct then This might help you for async.