我当时正在通过后期测试服务器(ptsv2.com)练习一些HTTP Post请求。
发布成功后,我可以在网站上看到请求正文和标头等。
我不确定一个值:
X-Cloud-Trace-Context
这是做什么用的??我了解其余的标头数据,但似乎在那一部分上找不到很好的解释。
谢谢。
答案 0 :(得分:0)
X-Cloud_Trace-Context
是Google Cloud Platform的标头,用于标识当前请求。
对于关联日志特别有用。根据文档(https://cloud.google.com/appengine/docs/standard/python3/writing-application-logs),必须手动进行关联。这篇文章详细说明了操作方法:https://code.luasoftware.com/tutorials/google-app-engine/app-engine-standard-python37-correlate-application-log-with-request-log/