16-01-24 10:38 AM
Hi Team,
I need to make simple HTTP Get request with only 4 Headers - Content-Type,token,tanet and hostname ( I have created collection and passed values) . This does not require any auth.
While running I am getting - Object reference not set to an instance of an object error.
This is working fine in postman. Could you please assist what params I am missing ?
16-01-24 02:16 PM
Hi Kirtish,
I think you are missing the body parameter.
Please check your api documentation, in case if you need to pass request body.