K6 adding the header Content-Type: application/x-www-form-urlencoded while doing a post?

i founded out it was wrong
http.post(‘http://10.96.59.144:80/SccTestService/v1/requestMirror’, headers);

http.post(‘http://10.96.59.144:80/SccTestService/v1/requestMirror’, payload, headers);

1 Like