Jan 22 2009

Flash 的 URLRequestHeader

Category: 技术 — ssmax @ 16:06:26

测试了一天,发现flash新版已经不支持在GET里面用自定义的URLRequestHeader了,必须要在POST里面才能用,日了,无语了。。。Get的话还是要用random string才能忽略浏览器的缓存啊。郁闷。

这样子又要回到squid里面设置rewrite来忽略query string了,ooxx。。。

Due to browser limitations, custom HTTP request headers are only supported for POST requests, not for GET requests.
—
This restriction will be included in the next version of the Language Reference.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.