I'm building an image storage SaaS and using a CDN.
One of my clients is using this library and the AcceptHeader changes every time.
So the CDN cache doesn't work effectively.
Implementation Details :construction:
I change the order of the Accept Header to sort before return it.
Testing Details :mag:
I've modified it to test the sorted accept header.
Please let me know what kind of test I should do if needed other cases.
Goals :soccer:
I'm building an image storage SaaS and using a CDN. One of my clients is using this library and the AcceptHeader changes every time. So the CDN cache doesn't work effectively.
Implementation Details :construction:
I change the order of the Accept Header to sort before return it.
Testing Details :mag:
I've modified it to test the sorted accept header. Please let me know what kind of test I should do if needed other cases.