Avatar

Varnish Software

  • Actividad total
    6
  • Última actividad
  • Miembro desde
  • Siguiendo
    0 usuarios
  • Lo siguen
    0 usuarios
  • Votos
    0
  • Suscripciones
    2

Resumen de la actividad

Última actividad de Varnish Software
  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...