The API for all blogs is reachable under: https://write.as/api/
When you use fetch()
inside your custom javascript and have your own host, like http://blogname.writeas.com then the server for the api doesnt send a
'Access-Control-Allow-Origin' : '*'
- Header.
Solution: Please configure your webserver https://write.as that he adds this header for all CORS-Request. ALL is neccessary, because some users have own domain-names for their blogs. So *
is the correct way.
Could you please fix this the fast way? Not waiting some weeks still the shit is rotten? It makes me sometimes a little bit pissed that write.as needs sometimes weeks to fix little things. Thanks!
Dietrich