Recent searches
No recent searches

Vinh Giang Vovan
Joined Jan 16, 2023
·
Last activity Feb 06, 2023
Following
0
Followers
0
Total activity
7
Votes
3
Subscriptions
2
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Vinh Giang Vovan
Vinh Giang Vovan commented,
Hi Christopher,
Thank you for asking. We could resolve the issue.
We made a mistake in the json format for the query:
"comment": "Test",
instead of
"comment": { "body": "Test" },
We were suprised that this triggered a CORS error rather than some sort of functional "wrong format' error -- which led our investigations in the wrong way in the first place.
View comment · Posted Jan 19, 2023 · Vinh Giang Vovan
0
Followers
0
Votes
0
Comments
Vinh Giang Vovan commented,
Hello, I'm facing the same issue. Did you figure out a solution?
I'm using https://{subdomain}.zendesk.com/api/v2/requests.json without authentication
(allowing anonymous requests).
The call is from a regular web page, in javascript, in a similar way to the example above.
I also understand from the documentation that this issue should not happen.
Exceptions: A few Zendesk API endpoints don't require any authentication at all. They include the Create Request and Search Articles endpoints. CORS is implemented for these endpoints.
Thank you.
View comment · Posted Jan 16, 2023 · Vinh Giang Vovan
0
Followers
0
Votes
0
Comments