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
When I try to GET or POST with curl, or from the api/documentation page, I am getting the following error:
`
<title>404 Not Found</title>
404 Not Found
nginx
`
And basically the same with curl:
curl -k -H "Authorization: xxxxxxxx xxxxxx" -H "Content-Type: application/json" -X GET https://xxxxxx:xxxx/api/v1/openvpn/csc -d @post_csc.json
`
<title>404 Not Found</title>
404 Not Found
nginx
`
The other GET and POST requests that I used so far worked. What could be the issue? Am I doing something wrong?
pfSense Version & Package Version:
pfSense Version: 2.6.0
Package Version: 1.4.2
Affected Endpoints:
URL: /api/v1/openvpn/csc
The text was updated successfully, but these errors were encountered:
When I try to GET or POST with curl, or from the api/documentation page, I am getting the following error:
<title>404 Not Found</title>`
404 Not Found
nginx `
And basically the same with curl:
<title>404 Not Found</title>curl -k -H "Authorization: xxxxxxxx xxxxxx" -H "Content-Type: application/json" -X GET https://xxxxxx:xxxx/api/v1/openvpn/csc -d @post_csc.json
`
404 Not Found
nginx `
The other GET and POST requests that I used so far worked. What could be the issue? Am I doing something wrong?
pfSense Version & Package Version:
Affected Endpoints:
The text was updated successfully, but these errors were encountered: