--
You received this message because you are subscribed to the Google Groups "checkvist-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to checkvist-api+unsubscribe@googlegroups.com.
To post to this group, send email to checkv...@googlegroups.com.
Visit this group at https://groups.google.com/group/checkvist-api.
For more options, visit https://groups.google.com/d/optout.
const headers = new Headers()
const auth = "Basic " + btoa(email + ":" + authToken)
console.log("auth: ", auth)
headers.append('Authorization', auth)
return fetch(url, {method: "GET", headers: headers})
Hello Dave,Right now, CORS is not enabled for https://checkvist.com, but you can try using it on https://beta.checkvist.com. The API is expected to work only when token-based authentication is used.Kind regards,KIR
On 26 April 2017 at 02:03, Dave Ford <df...@smart-soft.com> wrote:
I am getting this error:Fetch API cannot load https://checkvist.com/checklists/610976/tasks.json. No 'Access-Control-Allow-Origin' header is present on the requested resource.Is it possible to call this api directly from a browser?Thanks.
--
You received this message because you are subscribed to the Google Groups "checkvist-api" group.
To unsubscribe from this group and stop receiving emails from it, send an email to checkvist-ap...@googlegroups.com.
To post to this group, send email to checkv...@googlegroups.com.
Visit this group at https://groups.google.com/group/checkvist-api.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to checkvist-api+unsubscribe@googlegroups.com.
To post to this group, send email to checkv...@googlegroups.com.
Visit this group at https://groups.google.com/group/checkvist-api.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "checkvist-api" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/checkvist-api/N6rT4HCGkYA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to checkvist-api+unsubscribe@googlegroups.com.
To post to this group, send email to checkv...@googlegroups.com.
Visit this group at https://groups.google.com/group/checkvist-api.
For more options, visit https://groups.google.com/d/optout.