What does feign do with 302 responses?

when the gateway returns a response of 302, feign does not report an error, but redirects the url, in the response of 302. Is there a custom configuration that can be implemented?

Mar.01,2021

1. If you use Feign, directly, you can modify Options to achieve automatic redirection. The default is true, that is, automatic redirection.

feign:
  httpclient:
    follow-redirects: false
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36942-2ad6c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36942-2ad6c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?