JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

Requests to UUID Generator are being blocked by CloudFlare #56

Closed JoeBussard closed 2 years ago

JoeBussard commented 2 years ago

Today, requests for UUID's are being denied because of the generator's CloudFlare settings.

Steps to reproduce: $ curl https://www.uuidtools.com/api/generate/v4

JoeBussard commented 2 years ago

Making my own UUID's would end reliance on a 3rd party service

JoeBussard commented 2 years ago

lol

https://docs.python.org/3/library/uuid.html

JoeBussard commented 2 years ago

Lol 30 minutes later and it is still down. Implemented python's uuid module in #58.