26-07-24 09:15 AM
Hi Team
I am using HTTP post with below configuration to pass input on AWS python code.
Bad Request 400: The browser (or proxy) sent a request that this server could not understand.
KeyError: 'json_data'
try above one as well still getting same issue.
Its working well on POSTMAN
What configuration I need to updated in HTTP request, getting same error tried with multiple object like POST, POST Json, HTTP Request.
29-07-24 07:51 AM
Hey, you have to accept untrusted certificate I guess.
to do this you have below VBO available in DX.
30-07-24 06:47 AM
I can access other links of same platform without any issue. Though i used your suggested object, still getting same error.