You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently in the process to move our app server behind CloudFront for better cacheability and other benefits. Upon testing it, we found that one of our API endpoints is broken because it uses COPY HTTP method, which is not supported by CloudFront.
Since we have a few clients already using this endpoint, ideally we do not want to change the API endpoint unless we really have to. Is there another way of getting around this? e.g. Change the HTTP method on CloudFront.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are currently in the process to move our app server behind CloudFront for better cacheability and other benefits. Upon testing it, we found that one of our API endpoints is broken because it uses COPY HTTP method, which is not supported by CloudFront.
Since we have a few clients already using this endpoint, ideally we do not want to change the API endpoint unless we really have to. Is there another way of getting around this? e.g. Change the HTTP method on CloudFront.
Beta Was this translation helpful? Give feedback.
All reactions