405NotAllowed?如何区分allowed和consented?
405NotAllowed?
目的网站会出现405 状态码,原因为 Apache、IIS、Nginx等绝大多数web服务器,都不答应静态文件响应POST请求。所以将post请求改为get请求即可。
假如是打开网页出现了“405 Method not allowed”这句话的意思就是是:用来访问本页面的 HTTP 谓词不被答应( *** 不被答应)
如何区分allowed和consented?
consent被动consented较少 consent主要用作不及物,consent to sth./to doing sth. 而allow用做及物动词, allow *** . to do sth. 答应某人做某事 be allowed to do allow sth./doing sth.
0