使用sqlmap 尝试注入,出现字段 the web server responded with an HTTP error code (403) which could interfere with the results of the tests 是因为注入的是https协议网站的问题吗?
the web server responded with an HTTP error code (403) which could interfere with the results of the tests
http403是一种在网站访问过程中,常见的错误提示,表示资源不可用。服务器理解客户的请求,但拒绝处理它,通常由于服务器上文件或目录的权限设置导致的WEB访问错误。