-
|
When I set the created API key for clients and use protocol 2, I'm getting a 403 error back from the server. Protocol 1 is working without a problem. jq is installed on the client. Does anyone have any pointers? HTTP info from curl |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
What is the full command line you are using? Can you run with -v -d? Any info in the web server logs? |
Beta Was this translation helpful? Give feedback.
-
|
Could you try adding |
Beta Was this translation helpful? Give feedback.
-
|
Apache error log lines below. Let me add the config. [Thu Feb 26 15:14:18.832693 2026] [wsgi:error] [pid 16698:tid 16727] [client 10.10.103.6:38102] Forbidden: /patchman/api/report/ |
Beta Was this translation helpful? Give feedback.
-
|
That's it. Thanks. Curl confirmation below. {"status":"accepted","report_id":18,"message":"Report queued for processing"} |
Beta Was this translation helpful? Give feedback.
Opened #765 to address this