views:

21

answers:

0

I call a 3rd party webservice for some content.

I dont want to call them every time. Instead, I am planning to create a mirror bucket/customer origin to the webservice so that I always request content from the CDN and the CDN can throttle the requests to the 3rd party.

My question is, to implement this, does the 3rd party need to know anything about it? Can I not just map the 3rd party as customer origin?