为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I`m trying to develop an optimistic concurency based on the Etag Header. This header is being sent OK on every GET request, but NOT being sent on a POST. Why?

  • 1 个回答
  • 2 人有此问题
  • 7 次查看
  • 最后回复者为 John99

more options

I`m trying to implement an optimistic concurrency control over a web application entities.

I`m attaching an Etag HTTP Header to every URI that represents an entity.

On successive GET requests this header is being sent back as If-None-Match (witch is OK)

The PROBLEM is on a POST request, the ETAG is not being sent back (neither If-None-Match, If-Match, etc..).

My question is : Is this the desired behavior? The browser omits this on purpose on a Http POST?

I`m trying to implement an optimistic concurrency control over a web application entities. I`m attaching an Etag HTTP Header to every URI that represents an entity. On successive GET requests this header is being sent back as If-None-Match (witch is OK) The PROBLEM is on a POST request, the ETAG is not being sent back (neither If-None-Match, If-Match, etc..). My question is : Is this the desired behavior? The browser omits this on purpose on a Http POST?

所有回复 (1)

more options

Hi Daniel,

Do you still have this problem ?

(If you found a solution a link to that may help others)