cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Request Post not working

dhavaljp
Level 4

Hi Team

I am using HTTP post with below configuration to pass input on AWS python code.

dhavaljp_0-1721981232081.pngdhavaljp_1-1721981244174.png

Bad Request 400: The browser (or proxy) sent a request that this server could not understand.
KeyError: 'json_data'

dhavaljp_2-1721981393480.png

try above one as well still getting same issue.

Its working well on POSTMAN

dhavaljp_3-1721981591013.png

What configuration I need to updated in HTTP request, getting same error tried with multiple object like POST, POST Json, HTTP Request.

2 REPLIES 2

Hey, you have to accept untrusted certificate I guess.

to do this you have below VBO available in DX.

_Amlansahoo_0-1722235861608.png

 

Regards,
Amlan Sahoo

I can access other links of same platform without any issue. Though i used your suggested object, still getting same error.