Issue HTTP Request

Hi,

When I send this request with “HTTP Request” I have a 404 Error but when I test it with postman I have a 202 response. I don’t understand why.

Can you help me please ?

@pistis.ipani,

Are you passing the body argument Grant type from HTTP request activity?

Thanks,
Ashok :slight_smile:

you can use curl to import the request in UiPath.
Also if there are cookies they need to be set separately.

yes. I create a JObect variable to pass grant_type in body.

I imported the request with curl but it doesn’t work.

I had cookie in parameters but same result


set cookie in properties panel. Also check for hidden headers in postman and try using them

I had cookie and others headers which are in POSTMAN, but I have same result = 404 error

hmm remove the paramters you have passed ovee there as post You have already assigned it in request method. Also check your body format in postman it is form type