If impossible to modify header in JSONP. How does twitter extension in Chrome work?
Now I'm working to do twitter client with Javascript.
After I read this topic, I have questionModify HTTP Headers for a JSONP request
He told 开发者_StackOverflow社区impossible way to modify HTTP Header when using JSONP.
If it's true. How does twitter extension work in Chrome ? I think Chrome extension use Javascript, too.Extensions have more privileges then "normal" JavaScript code executing within a page. Check here:
- http://code.google.com/chrome/extensions/xhr.html
精彩评论