Error when using Request Headers

When I use the set Request Headers block, I get a Runtime Error. When I deactivate the block, I get response code 400 .

Any Idea why the block creates the error as soon as I click the button?

are you sure the identifier and password is in post body? Normally they are in headers. Pls check the api document for how to write the headers.

Hi Kevin. They are in body. I can connect with Postman. The issue is the Runtime Error

Treating the 200 response code like a JSON string probably didn't help.

Thanks AZG. I changed the JWT part to responseContent and it works. I overlooked that. Thanks again.

Next time please show the error message (as a photo), that will help to locate the bug/issue

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.