The fake requests problem has been solved, atleast partly.
I added a simple CORS check that makes sure the request is coming from the same domain as the request itself is saying it's coming from. Also added rate-limiting.
heyarviind2 16 hours ago [-]
This is really awesome, can you make it opensource
13 hours ago [-]
Avfrosta 12 hours ago [-]
Once I have smashed the last bugs I might do it. Never made something opensource before
Rendered at 23:15:24 GMT+0000 (UTC) with Wasmer Edge.
I added a simple CORS check that makes sure the request is coming from the same domain as the request itself is saying it's coming from. Also added rate-limiting.