Curl & CORS questions

I’d like to deploy and test a package that connects to the Box API and I need to whitelist a domain for CORS purposes. So:

A) Is it possible to make HTTP requests using for example Guzzle or curl in a PHP environment on Travis or will these be blocked?
B) If possible what is the domain name these requests will originate from? (for the whitelist)