API 响应中缺少 Http 标头响应参数缓存控制和编译指示
我正在测试多个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
取决于您正在使用的服务对象。对于 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