In our application, we are using third party library to make HTTP request due to the supported content limitation of the Request Method. We are experiencing CORS policy issue from our external endpoint.
We are configuring the CORS white-list. We would like to know if the IP address of the custom application outgoing request will always be same (i.e. static) when using third party library.