You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to submit mobbage test, based on the following work file:
[{
"url": "http://myIP:myPort/api/myMethod", "count": 100, "method": "GET",
"header": ["resource_id:10000", "Cookie:"Authorization=\"Bearer my_bearer_data\"""]
}]
that I run with mobbage -V -f filename.json
Requests are sent, but all end up with 401 error.
Call with an identical URL and two header key values above retrieves relevant data, when initiated by Postman. What am I missing?
Thanks in advance. Miomir
The text was updated successfully, but these errors were encountered:
Hello, I am trying to submit mobbage test, based on the following work file:
[{
"url": "http://myIP:myPort/api/myMethod", "count": 100, "method": "GET",
"header": ["resource_id:10000", "Cookie:"Authorization=\"Bearer my_bearer_data\"""]
}]
that I run with mobbage -V -f filename.json
Requests are sent, but all end up with 401 error.
Call with an identical URL and two header key values above retrieves relevant data, when initiated by Postman. What am I missing?
Thanks in advance. Miomir
The text was updated successfully, but these errors were encountered: