How to do an authorization request with http request? (Error:500)

I want to get an authorization token but i’m getting this error, i don’t know what i am doing wrong.

Here is the form wizard:

And the response that i´m getting:

Captura2

In postman the request is working perfectly fine.

@jojomunoz

This usually happens when the internal server has some problem, you can check with your IT team to whitelist the port you are using or any Authentication enabled like that you can check

Hope this helps

Thanks

@jojomunoz - Instead of building the request via request builder, try to assign all values in
Http Request activity property window.
also provide ‘BodyFormat’ value as ‘application/json’
This could resolve the error.

Hello Jonathan,
In these videos, I do Oauth2 with multiple systems and you can see how I use the Keys that I received from servers:

Thanks,
Cristian Negulescu