We have built a custom filter that has to access a third party app - through Rest calls to get details. Process involves getting a connection through a URL and then subsequent Rest calls to get a List. Now applying the process in a custom Spring Security filter we are unable to get the list. The error :
java.net.SocketException: Software caused connection abort: recv failed
Now is this a CORS issue ? If so - how to enable CORS in Custom Spring Security Filter or is it any other issue that we are not aware about.
Note : Apologize us as we are unable to paste the Custom filter code in Stack Overflow.
- Thanks