Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_FORBIDDEN (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/dports/databases/mantis/mantisbt-2.25.2/api/rest/restcore/
H A DAuthMiddleware.php71 return $response->withStatus( HTTP_STATUS_FORBIDDEN, 'API token not found' );
81 return $response->withStatus( HTTP_STATUS_FORBIDDEN, 'Access denied' );
87 …return $response->withStatus( HTTP_STATUS_FORBIDDEN, 'Higher access level required for API access'…
H A Dinternal_rest.php73 return $p_response->withStatus( HTTP_STATUS_FORBIDDEN );
/dports/security/tang/tang-10/src/
H A Dtangd.c102 return http_reply(HTTP_STATUS_FORBIDDEN, NULL); in rec()
130 return http_reply(HTTP_STATUS_FORBIDDEN, NULL); in rec()
133 return http_reply(HTTP_STATUS_FORBIDDEN, NULL); in rec()
136 return http_reply(HTTP_STATUS_FORBIDDEN, NULL); in rec()
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhttp.h81 #define HTTP_STATUS_FORBIDDEN 403 macro
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/cpp-api/custom_error_remap_plugin/
H A DCustomErrorRemapPlugin.cc40 transaction.setStatusCode(HTTP_STATUS_FORBIDDEN); in doRemap()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscpp/api/
H A DHttpStatus.h63 HTTP_STATUS_FORBIDDEN = 403, enumerator
/dports/databases/mantis/mantisbt-2.25.2/plugins/MantisGraph/
H A DMantisGraph.php135 return $res->withStatus( HTTP_STATUS_FORBIDDEN );
/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dwebsockets.c429 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in http__canonical_filename()
443 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in http__canonical_filename()
526 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in callback_http()
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dwebsockets.c488 libwebsockets_return_http_status(context, wsi, HTTP_STATUS_FORBIDDEN, NULL); in http__canonical_filename()
502 libwebsockets_return_http_status(context, wsi, HTTP_STATUS_FORBIDDEN, NULL); in http__canonical_filename()
597 libwebsockets_return_http_status(context, wsi, HTTP_STATUS_FORBIDDEN, NULL); in callback_http()
/dports/www/firefox-esr/firefox-91.8.0/testing/mochitest/pywebsocket3/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pywebsocket3/src/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pywebsocket3/src/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/www/firefox/firefox-99.0/testing/mochitest/pywebsocket3/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mochitest/pywebsocket3/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/
H A Dcommon.py119 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/pywebsocket/src/mod_pywebsocket/
H A Dcommon.py147 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mochitest/pywebsocket/mod_pywebsocket/
H A Dcommon.py145 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pywebsocket/src/mod_pywebsocket/
H A Dcommon.py147 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mochitest/pywebsocket/mod_pywebsocket/
H A Dcommon.py145 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mochitest/pywebsocket/mod_pywebsocket/
H A Dcommon.py145 HTTP_STATUS_FORBIDDEN = 403 variable
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp.h263 HTTP_STATUS_FORBIDDEN, /* Forbidden to access this URI */ enumerator
317 # define HTTP_FORBIDDEN HTTP_STATUS_FORBIDDEN
/dports/print/cups/cups-2.3.3op2/cups/
H A Dhttp.h256 HTTP_STATUS_FORBIDDEN, /* Forbidden to access this URI */ enumerator
312 # define HTTP_FORBIDDEN HTTP_STATUS_FORBIDDEN

12345678910>>...19