Различие между кодом состояния ответа HTTP 402 и 403

В Вашем import(), номер строки, возвращенный caller(), будет 0, если Ваш модуль был загружен через -M. Это верно каждый раз, когда М используется (с-e или не), но я думаю, что это - единственный случай, где номер строки 0.

8
задан kmindi 25 September 2012 в 12:57
поделиться

1 ответ

403 Forbidden

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Dots this help?

5
ответ дан 5 December 2019 в 10:43
поделиться
Другие вопросы по тегам:

Похожие вопросы: