在 IIS 日志解析器中提取响应标头值
我正在使用 IIS LogParser 2.2 &我想获取特定响应标头的值。我可以在查询中使用一种函数从 responseHeader
字段中提取一个 http 响应标头的值吗?
我目前正在这样做,这真的很难看:
substr(ltrim(extract_suffix(responseHeader, 0, 'headername: ')), 0, index_of(extract_suffix(responseHeader, 0, 'headername: '), ' ')) as headername
I'm using IIS LogParser 2.2 & I want to get the value of a particular response header. Is there a function I can use in the query to extract the value of one http response header out of the responseHeader
field?
I'm currently doing this, which is really ugly:
substr(ltrim(extract_suffix(responseHeader, 0, 'headername: ')), 0, index_of(extract_suffix(responseHeader, 0, 'headername: '), ' ')) as headername
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论