GMAIL rss 看不到标签描述。如何查看我的 iis 5 网站的请求标头
217.76.185.140/18.rss ASP.NET服务器 如果我添加到 webclip (gmail) rss http://www.brainyquote.com/link/quotebr .rss 工作正常 (收件箱上方有RSS feed) 但我自己的 rss feed 没有看到描述标签。 1.我想要复制请求标头(将 gmail 发送到我的 iis 服务器) HTTP 101 等 内容类型
2.比我想复制它并用 fiddler 将此 httrrequest 发送到 http://www .brainyquote.com/link/quotebr.rss 3.然后我会看到来自 quotebr.rss 的 http 响应 4.我复制此响应并将描述、标题等替换为我自己的
1.我想知道如何安全(记录、跟踪对 iis 5 windows xp 的请求)fiddler 没有看到它 2. 如何查看从 gmail 到我的网站的请求 3. 你们有 rss 样本吗,可以在 gmail 中使用吗?
217.76.185.140/18.rss asp.net server
If i add to webclip (gmail) rss http://www.brainyquote.com/link/quotebr.rss it works fine
(See up of the inbox there are rss feed)
But my own rss feed don't see description tag.
1.I want copy request header (that send gmail to my iis server)
HTTP 101. etc
content-type
2.Than i want copy it and send this httrrequest with fiddler to http://www.brainyquote.com/link/quotebr.rss
3.Than i will saw http response from quotebr.rss
4. I copy this resopnse and replace description,title etc to my own
1.I want to know how i can safe(log, trace request to iis 5 windows xp) fiddler don't saw it
2. How to see request from gmail to my site 3.Do y have rss samle,wich work in gmail?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Fiddler 不会看到 GMail 对 feed 的请求,因为该请求将直接从 GMail 服务器发送到您的服务器,而无需接触客户端计算机。 您必须在服务器上记录该请求。
在 Fiddler 中,您只能看到步骤1 和 5,因为它们在您的计算机和网络上的其他计算机之间生成流量。
Fiddler won't see GMail's request for the feed, as the request will go directly from GMail server to your server, without ever touching the client computer. You'll have to log the request at your server.
In Fiddler, you can only see steps 1 and 5, as they generate traffic between your computer and some other computer on the Net.