安全违规(代码:SV-06) [英] SECURITY VIOLATION (code: SV-06)

查看:78
本文介绍了安全违规(代码:SV-06)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在python文件中,我使用self.client.request()或self.client.get()或self.client.post()发送get / post请求。



我正在向https的Java站点发出请求



当我在fiddler中观察请求的响应时(Inspectors-> web view) ),我得到一些导航的跟踪错误:

安全违规(代码:SV-06)



请建议解决方案。



我尝试过:



response = self.client.request (method =get,url =https://xxx.xx.xx.xxx:xxxx/r14ref/servlet/BrowserServlet,headers = {Accept:text / html,application / xhtml + xml,image / jxr,* / *,DNT:1},verify = False)

In python file, I am sending get/post request using self.client.request() or self.client.get() or self.client.post()

I am hitting request to the Java site which is in https

When I am observing the response of the request in fiddler(Inspectors->web view), I am getting following error for some navigation's:
SECURITY VIOLATION (Code: SV-06)

Kindly suggest the solution.

What I have tried:

response = self.client.request(method="get",url="https://xxx.xx.xx.xxx:xxxx/r14ref/servlet/BrowserServlet", headers={"Accept": "text/html, application/xhtml+xml, image/jxr, */*","DNT": "1"},verify=False)

推荐答案

如评论中所述,错误来自于服务器,似乎不是一个行业标准错误,这意味着你将不得不问他们鬃毛是什么。它可能与身份验证有关。
As mentioned in the comments, the error is coming from that server and does not appear to be an industry standard error which means you will have to ask them what it manes. It probably has something to do with authentication.


这篇关于安全违规(代码:SV-06)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆