hello
please i don’t understand what does this mean
---- Errors --------------------------------------------------------------------
status.find.in([200, 209], 304), found 400 3 (60,00%)
status.find.in([200, 209], 304), found 403 2 (40,00%)
hello
please i don’t understand what does this mean
---- Errors --------------------------------------------------------------------
status.find.in([200, 209], 304), found 400 3 (60,00%)
status.find.in([200, 209], 304), found 403 2 (40,00%)
Thank you for your reply!!
do you have an idea how can i resolve its !!
(i have only recorded the scenario )
400: your request is malformed, typically malformed JSON request body
403: you’re not authenticated, typically because you’re bypassing passing a cookie or an Authorization header.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.