FortiSOAR Discussions
Jitesh
New Contributor III

Forcepoint Websense Connector Configuration Error

I'm trying to configure the Forcepoint Websense connector but keep getting this error:

 

Response from server not in JSON format. 404 Not Found. The requested URL /api/web/v1/categories/status was not found on the server.

 

Could you please assist with the correct steps to configure the server to resolve this? Specifically, I'm looking for guidance on:

  1. Is /api/web/v1/categories/status a valid endpoint, or is there an updated API URL?
  2. What needs to be enabled on the server for the API to respond properly?
  3. Are there any required authentication methods or permissions I should check?
  4. Do I need any specific API licensing to access this functionality?

 

Port 9443Port 9443Default Port 15873Default Port 15873

 

#FortiSOAR 

Jitesh Rathod
Jitesh Rathod
2 REPLIES 2
Prerna_Joshi
Staff
Staff

Hi Jitesh,

Please try to run the below curl:
curl -k -u username:password https://ip_addres:port/api/web/v1/categories/status

let us know the result.

 

As this connector is uncertified we also have very limited information regarding authentication. Please open the support ticket to debug issue.

Jitesh
New Contributor III

 

I tried using the `curl -k -u username:password https://ip_address:port/api/web/v1/categories/status` command, but I keep getting the same error.

Jitesh Rathod
Jitesh Rathod