http status code 403 - 403 forbidden issue in Jmeter -
i have jmeter test following configuration:
thread name: thread group 1-1 sample start: 2017-08-18 12:45:02 ist load time: 304 connect time: 0 latency: 304 size in bytes: 209 headers size in bytes: 206 body size in bytes: 3 sample count: 1 error count: 1 data type ("text"|"bin"|""): text response code: 403 response message: forbidden
unfortunately fails following response headers:
http/1.1 403 forbidden content-type: application/octet-stream date: fri, 18 aug 2017 07:15:03 gmt server: openresty/1.9.3.1 x-vcap-request-id: c9307775-0897-4fbd-5d45-e2e7c11cb1b1 content-length: 3
what missing? in advance.
this issue can have lot of causes:
missing content-type header
missing authentication token
missing csrf token
failing authentication before access url
...
can show request send ?
Comments
Post a Comment