peakshift / makers.bolt.fun

https://makers.bolt.fun
GNU General Public License v3.0
31 stars 21 forks source link

Find a new Proxy service for validating lightning addresses #234

Closed MTG2000 closed 1 year ago

MTG2000 commented 1 year ago

The service that we have been using as a cors proxy (codetaps) isn't working properly anymore, we've been using this service to validate that a lightning address returns a response when a user input his lightning address in his profile settings.

For now, I removed the proxy, so only the ln servers that return cors headers will work for now.

I search for a free reliable service, but couldn't really find a good one.

So we might have to host our own or create a cloudflare worker that adds cors headers to some requests.

johnsBeharry commented 1 year ago

Deployed one on cloudflare workers. Seems to be working.