Hi, I'm having problems to upload images through cipherlayer. The reciving endpoint gets the file headers modified and it isn't recognized as an image.
I'm using a mime lookup validation to check the image file beeing uploaded, and I get "application/octect-stream" instead of "image/jpeg".
Do you have any idea how to solve this? Thanks!