【发布时间】:2018-10-03 09:06:33
【问题描述】:
我正在实现一个前端 angular 5 和后端 springboot 的项目。
当我尝试从客户端向后端发送请求时,在 google chrome 控制台中显示以下消息
GET http://localhost:4200/customer 404 (Introuvable)
在 tomcat 控制台中,我得到了这一行
avr. 23, 2018 11:26:21 AM org.apache.tomcat.util.http.LegacyCookieProcessor processCookieHeader
INFOS: Cookies: Invalid cookie. Value not a token or quoted value
Note: further occurrences of Cookie errors will be logged at DEBUG level.
解决办法是什么?
【问题讨论】:
标签: angular tomcat spring-boot cookies web-frontend