【发布时间】:2014-12-07 04:14:27
【问题描述】:
在调试我的服务器时,我遇到了这个问题:
当http post header是
headers: {'Content-Type': 'application/x-www-form-urlencoded',}
servlet 后断点已激活。
当http post header是
headers: {'Content-Type': 'application/json',}
servlet post 断点未激活,请求“无处可去”。
为什么会这样?是否有默认过滤器或类似的东西?
谢谢!
【问题讨论】:
标签: http servlets http-headers http-post content-type