falling-sky / source

Main source for falling-sky. Mostly HTML, JavaScript.
MIT License
817 stars 143 forks source link

REST API support #204

Closed chenxizhang closed 11 months ago

chenxizhang commented 11 months ago

Can you support the REST API to detect the IPv6 readiness from client side? Thank you.

jfesler commented 11 months ago

No.

The Client works by testing /lots/ of endpoints. The test is almost entirely client side. The server side endpoints merely provide a place for the client side to test against.

A server side rest endpoint can't do that on behalf of the client.