Received HTTP Response Code 400: 400
I am passing inputs from writable datasource but its showing me the below error
Received HTTP Response Code 400: 400 in row 1.
but all the inputs is correct and request as well I am not missing anything in inputsheet.
if i run the samehthing manually its getting passed.
can any one tell me the solution?
Comments
-
Hi anu
according to description of 400 error:
400 Bad Request
The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.You have to fix your request.
Please compare your request which has been executed manually with the one which has been parametrized.
You can paste content of both request here, but please,include headers and body/payload of the request (parametrized with datasource and manually configured).
We will try to find a difference.0