当前位置: 首页 > 知识库问答 >
问题:

Spring RestTemplate正在形成无效的标头

孙言
2023-03-14

在我的REST调用应用程序中,有以下代码:

反应性

uri是正确的,方法是Httpmethod。GET, http pEntity为空。

关于采取TCP转储以下信息我得到: E...E.%@...pc.A.A|...a. c. t$Je.GET/{uri}HTTP/1.1

05:57:34.986440IP(tos 0x0,ttl 255,id 37158,偏移量0,标志[DF],原始TCP(6),长度8244){主机名}

C日本元。接受:text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,text/plain,te

05:57:34.986451 IP(tos 0x0,ttl 255,id 37159,偏移量0,标志[DF],协议TCP(6),长度658)

文本/纯文本似乎在一段时间后开始追加,并从一次出现增加到多次出现,直到接受:标题长度限制

Jar:spring-web-4.3。2.释放。罐子

我在这件事上得到了400分。任何帮助都将不胜感激。

共有1个答案

勾渝
2023-03-14

找到了解决我问题的办法。它类似于SpringBootSingletonRestTemplateAccept头一直附加到

在另一个地方有下面的代码。getMessageConverters()。添加(0,新的StringHttpMessageConverter(Charset.forName(“UTF-8”)));

其中restTemplate是自动连接的,因此标头被损坏。

 类似资料:
  • 我在tomcat中部署了一个阔叶应用程序,但在运行页面时,根据TLD,我得到的属性类对于标记形式无效。不过,当我在jetty中部署应用程序时,它运行良好。此外,当我部署应用程序时,我会收到以下警告:- 信息:TLD已跳过。URI:http://www.springframework.org/tags/form已定义信息:TLD已跳过。URI:http://www.springframework.o

  • 在Flutter中,我想用圆形边框样式图标按钮,也有材料波纹效果正确工作,以便波纹效果包含在圆形中。在下面的代码中,第一个按钮工作正常。在第二个(弹出)按钮中,波纹效应扩展到围绕该按钮的正方形,而不是限制在圆形边框上。 有办法让弹出按钮正常工作吗?

  • 我正在尝试创建两个表:Person和Friend。 在朋友表中,我有一个复合主外键,它引用了Person表中的人身份。 请注意,我试图在Java(Eclipse IDE)中执行此操作。 我一直得到这个错误,当我试图创建的朋友表出于某种原因: ORA-00904::标识符无效

  • 当我插入命令git push heroku master以便在eroku中部署时,会出现以下错误 下面是我的pom.xml 我找过类似的问题,但没有解决我的问题,我甚至在我的属性中添加了: 我正在按照本教程https://dashboard.heroku.com/apps/candidate-manager-api/deploy/heroku-git的步骤进行操作 我该怎么解决这个?

  • 问题内容: 升级到Django 1.5后,我开始出现如下错误: 我已经 在文件中进行了设置。 这里发生了什么?有人假装成为Google并访问我的网站吗?还是有人错误地设置其HTTP_HOST标头的良性案例? 问题答案: 如果你ALLOWED_HOSTS的设置正确,则可能有人通过欺骗标头来探测你的站点是否存在漏洞。 Django开发人员正在讨论将其从500内部服务器错误更改为400响应

  • 请任何人帮助我摆脱它。