sayanarijit / qrcode.show

[WORKING PROTOTYPE] Generate QR code easily for free - QR Code Generation as a Service
https://QRcode.show
GNU Affero General Public License v3.0
597 stars 32 forks source link

CORS Missing Allow Origin #7

Closed danielkellyio closed 3 years ago

danielkellyio commented 3 years ago

Anyway you could allow any origin so that QR code could be generated client side in the browser? Access-Control-Allow-Origin: *

I'm getting failed network requests when trying to do this in the browser. See example here: https://codesandbox.io/s/qrcode-test-gqktd?file=/src/App.vue

Thanks!

sayanarijit commented 3 years ago

Hi, I can allow such overly permissive headers for now, however, please do not use it in mission critical applications. I have a limited budget and might have to put restrictions on the usage to avoid abuse in the future.

sayanarijit commented 3 years ago

Done.

danielkellyio commented 3 years ago

Thanks!