Hi, im trying to create an Http Request.
I am using it on postman and works perfectly right. Im only adding on body username and password.
When I try to execute it on Power Automate "exactly the same" it returns me an error
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 415 Unsupported Media Type</title>
</head>
<body><h2>HTTP ERROR 415</h2>
<p>Problem accessing /api/jwt/login. Reason:
<pre> Unsupported Media Type</pre></p>
</body>
</html>
I can see you aren't adding headers , can you try to add them the same way as in post man?
On postman I didnt added headers, they added automaticaly after I execute the API. However, I already tried with headers but when I execute it, the API goes to an infinite loop retrying it
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
10 |
User | Count |
---|---|
43 | |
29 | |
28 | |
24 | |
23 |