网关gateway报错 TooLongFrameException: HTTP header is larger than 8192 bytes

spring:
  cloud:
    gateway:
      httpclient:
        max-header-size: 65565

修改配置

猜你喜欢

转载自blog.csdn.net/qq_27384769/article/details/118029381