web proxy on google app engine
i am writing a web proxy in java on google App engine.I figured out that the urls can be fected using the url Fetch servce but 开发者_StackOverflow社区i have no idea about how to manage cookies and the streams as in youtube .Ne suggestions ?
use something like HtmlUnit engine, it perfectly allows those features, i think, since it can log in sites.
精彩评论