GitBoudewijn

Results 9 issues of GitBoudewijn

Hello, Love your application, but I've come across another bug. See the following test images: 1. https://dummyimage.com/code?x=300&text=X 2. https://dummyimage.com/code?x=300&text=Y Now using these images with flyimg: 1. https://oi.flyimg.io/upload/w_300/https://dummyimage.com/code%3Fx%3D300%26text%3DX 2. https://oi.flyimg.io/upload/w_300/https://dummyimage.com/code%3Fx%3D300%26text%3DY 3....

Hi! I did some more research on response headers and found the following that would be useful for you to have: ### 1. [Cross-Origin-Resource-Policy: cross-origin](//developer.mozilla.org/en-US/docs/Web/HTTP/Cross-Origin_Resource_Policy_(CORP)) To use some features like...

enhancement
started

https://images.weserv.nl/faq/#why-am-i-not-seeing-any-http-304-header-when-i-request-a-cached-image Here in the FAQ it says that you don't use `Last-Modified` headers in order to prevent 304 requests, however if you take a look at the headers it actually...

enhancement
triage

Sometimes the URL can get really long, especially when you use `&default=images.weserv.nl/...`. So maybe you could have _weserv.nl_ and/or _i.weserv.nl_ as an alias for _images.weserv.nl_?

enhancement
started

Right now you can use `&filename=` to set the filename for an image but otherwise it's always image.jpg/image.webp etc. It would be nice if by default it would just keep...

enhancement

Hi, Thanks for your great service, but I've come across an issue: Normally when you set query parameters in an url you use something like [encodeURIComponent()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent), especially when you have...

enhancement

Right now when you keep refreshing the page it just keeps increasing the counter each time. Maybe you could use a cookie to prevent this. (Like https://github.com/brentvollebregt/hit-counter does.)

Hello, This service is really cool, but I've found an issue: https://urlecho.appspot.com/echo and http://123.urlecho.appspot.com/echo both work fine, however when you use https://123.urlecho.appspot.com/echo it says the certificate is invalid (this also...

Right now you don't return any `Cache-Control` and `Expires` headers so every time the browser makes a request it downloads the whole response again. I'm not sure what kind of...