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 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵