The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Andrew Whitney
11 years agoNew Member
Service Desk API
I am having problems connecting to the Service Desk API, I have testing my calls using PostMan and they all work fine. However when i test from my localhost i am getting issues related to same origin ...
jemmyw
11 years agoActive Contributor
Hi Andrew, we don't have cross-origin headers at the moment, although we may add them in the near future. What this means is that, as with many APIs, you cannot make the call directly from Javascript on a webpage because of browser security. The workaround would be to proxy the requests through the server hosting the website, using PHP, Rails, node.js, ASP, or whatever technology stack it is running on.