Avatar

Varnish Software

  • 총 활동 수
    6
  • 마지막 활동
  • 회원 가입일
  • 내가 팔로우하는 사용자 수
    0명
  • 나를 팔로우하는 사용자 수
    0명
  • 투표 수
    0
  • 플랜 수
    2

활동 개요

Varnish Software님의 최근 활동
  • Avatar

    Varnish Software님이 에 댓글을 입력함

    "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님이 에 댓글을 입력함

    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님이 에 댓글을 입력함

    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님이 에 게시물을 만듦

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