¡@

Home 

2014/10/16 ¤W¤È 12:04:58

jquery Programming Glossary: machinea

How to get a cross-origin resource sharing (CORS) post request working

http://stackoverflow.com/questions/5750696/how-to-get-a-cross-origin-resource-sharing-cors-post-request-working

post request working I have a machine on my local lan machineA that has two web servers. The first is the in built one in XBMC.. from the page served from the XBMC server. Goto http machineA 8080 which displays library Library is displayed User clicks.. the following command jQuery Ajax Request .post 'http machineA 8081' file_url 'asfd' function d console.log d The browser issues..

How to get a cross-origin resource sharing (CORS) post request working

http://stackoverflow.com/questions/5750696/how-to-get-a-cross-origin-resource-sharing-cors-post-request-working

to get a cross origin resource sharing CORS post request working I have a machine on my local lan machineA that has two web servers. The first is the in built one in XBMC on port 8080 and displays our library. The second server.. demand. The file conversion is triggered by a AJAX POST request from the page served from the XBMC server. Goto http machineA 8080 which displays library Library is displayed User clicks on 'convert' link which issues the following command jQuery.. Library is displayed User clicks on 'convert' link which issues the following command jQuery Ajax Request .post 'http machineA 8081' file_url 'asfd' function d console.log d The browser issues a HTTP OPTIONS request with the following headers Request..