ServiceNow API call keeps running into Connection reset On my virtual desktop I have two ways I do an API call to ServiceNow to create an incident. With Postman it is working. I've managed to create an incident in ServiceNow serveral times.With One Desktop, with the same URL, header and JSON body I get Connection reset every time. And the Json call response debug file isn't even created. So here is my Postman setup: Authorization is a basic auth. Headers: When I run this I get the following response: { "import_set": "ISET0012345", "staging_table": "u_str_call", "result": [ { "transform_map": "STR - Call API", "table": "incident", "display_name": "number", "display_value": "INC0217277", "record_link": "https://mydev.service-now.com/api/now/table/incident/8c47e2e6472fb11016fd2e61e36d4336", "status": "inserted", "sys_id": "8c47e2e6472fb11016fd2e61e36d4336" } ] } Now here is my One Desktop setup: And my component with Json Call: This is my Json Call: And the headers: You can see there is no auth header here. I assume it gets that from the serve