API 响应中缺少 Http 标头响应参数缓存控制和编译指示

发布于 2025-01-10 14:19:41 字数 121 浏览 0 评论 0原文

我正在测试多个 API,并注意到一个 API 缺少响应标头参数缓存控制和 API 响应中的编译指示。 想要检查 API 响应中强制的缓存控制和编译指示参数吗? API 响应中是否缺少这些标头参数的特定范围?

请指教

I am testing multiple API's and noticed one API missing response header parameters cache control and pragma in API response.
Want to check cache control and pragma parameters mandatory in API response ?
Is there any specific scope these header parameter missing in API response?

Please advice

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清秋悲枫 2025-01-17 14:19:41

取决于您正在使用的服务对象。对于 MPGW,您需要一个自定义过滤器或 xform 来验证所需标头是否存在。如果您使用 API Gateway 对象,您可以根据 API 规范验证响应,假设您提到的标头是按照规范中的要求定义的。

--HP

depends on the service object that you are using. In case of MPGW you need a custom filter or xform that validates the presence of the required headers. If you are using API Gateway object you can validate the response according to the API spec assuming that the headers you mentioned are defined as required in the spec.

--HP

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文