dousong1992 2014-08-27 17:52
浏览 114
已采纳

将显示Amazon S3错误防火墙临时标头

I am having a issue regarding Amazon S3 urls giving the error

Provisional headers are shown

I only seem to get this error when i am connected to the wifi over certain networks my main problem is when i am in starbucks on their WIFI i get the error but on any other WIFI i dont get the error and the video will play fine.

I am using the latest Amazon PHP SDK to provide signed urls like below.

$url = $client->getObjectUrl('videos', 'movie.mp4', '+59 minutes', array(
                            'ResponseContentType' => 'video/mp4'
                        ));

This will generate me a signed url like this.

https://video.s3.amazonaws.com/movie.mp4?response-content-type=video%2Fmp4&AWSAccessKeyId=AKIAJHLH6A2TDNLM37YQ&Expires=1409164722&Signature=melsHcsVaXRONs72dhNqM407Cnc%3D

Below is the working version which has a content range bytes

    Accept-Ranges:bytes
    Content-Length:141956
    Content-Range:bytes 9223221-9365176/9365177
    Content-Type:video/mp4
    Date:Wed, 27 Aug 2014 17:39:44 GMT
    ETag:"3fde140b11d9ebb5ef8480aa859c78de"
    Last-Modified:Mon, 29 Jul 2013 10:56:00 GMT
    Server:AmazonS3
    x-amz-id-2:1+rCBJveiYu1d+fWgrvioqijD7kF3fkMNVnSi3Le8LVERwxAtRKRSSj7z7Ma01vy
    x-amz-request-id:8D1E676B0D61E8FD

But when i am on starbucks WIFI i get the error.

Provisional headers are shown

But no bytes range 0-

I know this is vague question and someone will probably instantly down vote it but it is a genuine issue i am experiencing and i really need to get it resolved.

It means anyone watching videos on my website wont be able to view them over certain WIFI connections normally public ones all i can think is it maybe a firewall error.

Any help please or suggestions

  • 写回答

1条回答 默认 最新

  • douke6857 2014-08-27 17:59
    关注

    My first guess it that there is no error, and StarBucks has just decided to block that traffic for whatever reason their firewall deemed fit.

    Provisional headers returned seems to indicate that a request was blocked. More info about that can be found here. "CAUTION: provisional headers are shown" in Chrome debugger

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)
  • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。