We don't read header in any case, you have to change the codes. For the body, if it is post parameter(key=value format), we should be able to read it. If it is a private format, such as JSON, XML, we wouldn't be able to read it.
Sheng Wu 吴晟 Twitter, wusheng1108 孙连山 <[email protected]> 于2020年5月28日周四 上午9:47写道: > > > > Sheng, do you have any suggestions about my issue? BTW, I've set the > property 'plugin.springmvc.collect_http_paramstrue' to true. > > > > > > > > > > > > -- > > 谢谢, > 孙连山 > > > > > > 在 2020-05-25 18:57:40,"孙连山" <[email protected]> 写道: > >Hi, sorry to bother you again. I did some tests and found that if I put a > parameter in url like 'http://website/orders?orderid=xxxx', I can get the > value of 'orderid', but if I put data in request header or body , I get > nothing. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >-- > > > >谢谢, > >孙连山 > > > > > > > > > > > >在 2020-05-25 10:34:45,"Sheng Wu" <[email protected]> 写道: > >>Your screenshot can't be shown in the mail list, please provide a static > >>link. > >>Make sure you are using the right version, this feature is added > recently. > >>And the agent should reboot after adding this config. > >> > >>Sheng Wu 吴晟 > >>Twitter, wusheng1108 > >> > >> > >>孙连山 <[email protected]> 于2020年5月25日周一 上午10:18写道: > >> > >>> Hello Sheng, > >>> > >>> I've set the property 'plugin.springmvc.collect_http_paramstrue' to > >>> 'true', but it doesn't work, please see the screenshot. My project is > bases > >>> on spring boot, tomcat 8.5.34 > >>> > >>> -- > >>> 谢谢, > >>> 孙连山 > >>> > >>> > >>> 在 2020-05-21 20:30:50,"Sheng Wu" <[email protected]> 写道: > >>> > >>> Hi Lianshan > >>> > >>> First, I noticed you haven't subscribed this mail list, please send > mail > >>> to [email protected], and follow the reply to > confirm. > >>> Then the mail you sent to here, could be shown up directly, also don't > need > >>> to add your personal mail in the receiver list. > >>> > >>> Then, back to your question. default we don't show them, you could read > >>> the `configuration table` section of agent setup document, you could > open > >>> them manually through the agent.config or system env. > >>> > >>> Sheng Wu 吴晟 > >>> Twitter, wusheng1108 > >>> > >>> > >>> 孙连山 <[email protected]> 于2020年5月21日周四 下午8:25写道: > >>> > >>>> > >>>> > >>>> > >>>> Hi, I'm new to the sky walking, I was wondering if there is any way to > >>>> show REST API parameters in UI ? > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> > >>>> Thanks, > >>>> Lianshan > >>> > >>> >
