English 中文(简体)
XMLHTTP 拒绝入境
原标题:access denied in XMLHTTPRequest

我正在利用XMLHttpRequest,开一个URL。 当我在当地提出申请时,我会妥善工作。 但是,当我想打上我的笔记时,它会产生否认的错误。 这是否是因为服务器上的安全环境? 我应作些什么来解决这个问题?

最佳回答

XMLHttpRequest纯粹基于当地东道/东道地址。

问题回答

暂无回答




相关问题
XMLHttpRequest used to find quicker server

I have a situation where my website needs to quickly retrieve data from my server via AJAX. My website runs on port 80, serving normal web pages. I normally run my AJAX server on port 8001 (I use ...

AJAX readystate

This script sends a request to a Apache web server every 500ms to retrieve an XML document using AJAX. This script functioned correctly on all the browsers listed below until recently. Now the ...

Is nested XMLHttpRequests with multiple closures a good idea?

I have a Greasemonkey script which operates on a search results page at a video site. The function of the script is to take a javascript link that opens a new window with a flash player, jump through ...

How to emulate XMLHttpRequest client using PHP?

I m looking for an example how to emulate XMLHttpRequest client using PHP. In other words, send the request over HTTP POST message, and receive and process the callback message.

xmlHttpRequest and returned url

With help of xmlHttpRequest I make a server query. After that the server is redirecting to another page (e.g. "http://site.com/index.html;var=123") The question is - how can I get full url(side.com/...

热门标签