
Varnish Software
-
Actividad total6
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos0
-
Suscripciones2
Resumen de la actividad
Última actividad de Varnish Software-
Varnish Software hizo un comentario,
"Zendesk only implements CORS for API requests authenticated with OAuth access tokens. It does not implement CORS for API requests that use basic authentication (email and password) or a Zendesk AP...
-
Varnish Software hizo un comentario,
It's actually the endpoint to get the list of the requests, and update one. Create, upload attachment worked fine. It's bit fuzzy preflight request also returns 200 and GET request too only the all...
-
Varnish Software hizo un comentario,
export const AXIOS_INSTANCE_PARAMS = {baseURL: 'https://d3v-varnishsoftwarezendeskapiintegration.zendesk.com/api/v2/',timeout: 20000}const token = 'token'const instance = axios.create(AXIOS_INSTAN...
-
Varnish Software creó una publicación,
Requests API has CORS
/api/v2/requests.json endpoints return status code is 200 but access-control-allow-origin header is missing and the console has "been blocked by CORS policy: No 'Access-Control-Allow-Origin' header...