Email list hosting service & mailing list manager

api.scheme.org and CORS Jakub T. Jankiewicz (05 Dec 2020 08:40 UTC)
Re: api.scheme.org and CORS Lassi Kortela (05 Dec 2020 13:00 UTC)
Re: api.scheme.org and CORS Jakub T. Jankiewicz (05 Mar 2021 13:59 UTC)
Re: api.scheme.org and CORS Lassi Kortela (05 Mar 2021 14:34 UTC)
Re: api.scheme.org and CORS Lassi Kortela (05 Mar 2021 15:48 UTC)

api.scheme.org and CORS Jakub T. Jankiewicz 05 Dec 2020 08:40 UTC
Will api sub domain return S-Expressions with data like most API send JSON?

What kind of data you want to expose with the API?

It would be nice if the api use CORS[1] headers, so you can use the api from
Browser's JavaScript. I think it would be nice example for my Scheme
interpreter, how easy is to interact with S-Expr API. There will be not much
of use of the API in browser if it's restricted and you need to use
server proxy script just to use it.

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS