Spring boot – content-type of request from controller set manually being overwritten
I have a pretty basic spring boot application where I need to passthrough a file – download it from a third party service then pass it through to the client.
I have a pretty basic spring boot application where I need to passthrough a file – download it from a third party service then pass it through to the client.