Search found 5 matches

by Cosmin
16 Apr 2018, 15:55
Forum: Help
Topic: API REST request from another domain?
Replies: 3
Views: 3068

Re: API REST request from another domain?

This seems like a common cross-domain scripting issue. Browsers have built-in protections against such things. Consider if you load a web page on site X, which was hacked, and pages AJAX requests to site Y to retrieve and save data that you thought was only going to be processed through site X. You...
by Cosmin
10 Apr 2018, 19:50
Forum: Help
Topic: API REST request from another domain?
Replies: 3
Views: 3068

Re: API REST request from another domain?

#UPSome_One?
by Cosmin
26 Mar 2018, 08:51
Forum: Help
Topic: API REST request from another domain?
Replies: 3
Views: 3068

API REST request from another domain?

Hi, I'm developing an application in ColdFusion to manage mantis bt thought API REST but I have a problem with ajax requests. If I making requests from the same domain where I installed mantis bt all requests work fine but when I try to make a request from another domain or the same domain with the ...
by Cosmin
06 Mar 2018, 14:26
Forum: Help
Topic: How to get all mantis users via api rest?
Replies: 12
Views: 16760

How to get all mantis users via api rest?

Hello,
Is any way to get all mantis users through api rest?
Thanks
by Cosmin
15 Jan 2018, 09:33
Forum: Help
Topic: How can I use api rest?
Replies: 1
Views: 2213

How can I use api rest?

Hi,
I'm a student and I need to do a web application to manage mantis projects using coldfusion but I don't know how to use api rest to make requests.
Can someone tell to me how to doing requests with a sample example using angular or other programming languages.
Thanks