I am trying to make an API call to a server using Basic Authentication which works fine on a local network, but when using a VPN the Requests with a Basic Authentication are getting timed out in Spring Boot Application.
Is there any way to bypass this? Or any Issue which might be causing the same?
Try Using CNTLM on proxy networks where in most cases authentication headers are blocked and need to be tunneled in a special way which can be handled by CNTLM