Timo Jokinen
Timo Jokinen
I'm trying to set up imgproxy behind a cache proxy for my project. Using a CDN is not really an option for my project since it's very regional (only switzerland)...
I have a nodejs express app that serves as a proxy between a client application and a graphql api. The graphql api implements the graphql-multipart-request-spec. I am using the graphql-request...
The docs state that both client.request and client.rawRequest can be supplied with a headers object as third parameter. I'm using typescript and I have version 3.3.0 installed and both methods...