URL Source
Last updated
Last updated
The URL source enables Pic Swift CDN to download your images using a specified URL.
Once created take note of the source alias that is needed in the formation of your CDN url
URL sources also allow specifying credentials in the form of header name and header value that will be added to the download request to authenticate our requests
You could add for example do basic authentication where you have username: user and password: pass
Header Name
Header Key is Authorization
Header Value
Header Value is Basic dXNlcjpwYXNz
Where dXNlcjpwYXNz is user and pass combined with “:” and encoded in base64 e.g
Base64Encode("user:pass")
Once created take note of the source alias that is needed in the formation of your CDN url