简体   繁体   English

亚马逊 web 服务 api

[英]Amazon web service api

I am using amazon web service to extract product information.我正在使用亚马逊 web 服务来提取产品信息。 It was working fine, however it is providing the following output now:它工作正常,但现在提供以下 output:

<html>
    <body>
        <h3>Request denied by pfSense proxy: 403 Forbidden</h3>
        <b> Reason: </b>
        <hr size="1" noshade>
        <b> Client address: </b> 192.168.0.46
        <br>
        <b> Client name:    </b> 192.168.0.46
        <br>
        <b> Client group:   </b> default
        <br>
        <b> Target group:   </b> Bloack_Sites
        <br>
        <b> URL:            </b> http://webservices.amazon.in/onca/xml?AWSAccessKeyId=XXXXXXXXXXXXXXXXXXXX
        <br>
        <hr size="1" noshade>
    </body>
</html>

You appear to be running on a corporate network that is sending web traffic through a proxy ( pfSense proxy ). 您似乎正在通过代理pfSense proxy发送网络流量的公司网络上运行。

The error is showing a private IP address ( 192.168.0.46 ), which means the request never made it to the Internet. 错误显示私有IP地址192.168.0.46 ),这意味着该请求从未发送到Internet。

You should chat with your network administrators and determine why it is listed in a group called Bloack_Sites (presumably, 'Blocked sites'?). 您应该与网络管理员聊天,并确定为什么将其列在名为Bloack_Sites的组中(大概是“受阻止的站点”?)。

Since the address is address: 192.168.0.46 and the client name is address: 192.168.0.46 Then the target group is undefined: Bloack_Sites not recognized.由于地址是address: 192.168.0.46 客户端名称是address: 192.168.0.46 那么目标组是undefined: Bloack_Sites not recognized。 Target group: Block_Sites目标群体:Block_Sites

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM