Search found 4 matches

by twiceover
November 29th, 2017, 10:11 pm
Forum: Feature Requests
Topic: Control of Access-Control-Allow-Origin header
Replies: 8
Views: 10222

Re: Control of Access-Control-Allow-Origin header

safihre wrote: November 20th, 2017, 4:48 pm You need to do it via Javascript JSON calls, for example using jQuery's $.get()
Hrm. I'll give it a try.
by twiceover
November 29th, 2017, 10:10 pm
Forum: Feature Requests
Topic: Control of Access-Control-Allow-Origin header
Replies: 8
Views: 10222

Re: Control of Access-Control-Allow-Origin header

Can you show me how you refer to SABnzbd? I've made this very crude try and it works. <!DOCTYPE html> <html> This is the History: <iframe src="https://MYSERVER .COM:8080/sabnzbd/rss?mode=history&apikey=MYAPIKEY" width="100%" height="2000" frameborder="0" ...
by twiceover
November 11th, 2017, 2:16 pm
Forum: Feature Requests
Topic: Control of Access-Control-Allow-Origin header
Replies: 8
Views: 10222

Re: Control of Access-Control-Allow-Origin header

I can't find that fork. Here is a Reddit post of someone trying to do the same thing I am. LINKhttps://www.reddit. com/r/javascript/comments/51sry6/need_some_help_with_js_and_api/?st=j9vookgr&sh=1ad106a9 More info on CORS: LINKhttps://developer.mozilla. org/en-US/docs/Web/HTTP/CORS Post from a f...
by twiceover
September 19th, 2017, 10:15 am
Forum: Feature Requests
Topic: Control of Access-Control-Allow-Origin header
Replies: 8
Views: 10222

Control of Access-Control-Allow-Origin header

I'm writing a little web utility to hit the SAB API and get me some dashboard information. It works perfectly in IE, however Chrome (and FF) have a security setting that prevents cross domain requests. So when my utility (running on one server) hits the API (running on a different server), Chrome pu...