Questions tagged as 'xmlhttprequest'

1
answer

Send form without reloading the page being from different domains

I need to make a method that does not reload the page and send the data to a server in another domain. But I'm having problems with XMLHttpRequest . Does anyone know any method to do this and can send the data to the script PHP that is o...
asked by 13.07.2015 / 18:08
1
answer

Problems with XMLHttpRequest AngularJS

I have a $ http.get request in my application as it can be seen at AngularJS ng-repeat does not return data, returns always empty But I'm getting a Warning in the browser console with the following message: Synchronous XMLHttpRequest on t...
asked by 07.04.2015 / 23:10
1
answer

Error Warning: include PHP

Do you know what could be the cause of the error? myroutecode:<?phpclassRotas{private$telaAtual="primeira"; public function getTelaAtual() { return $this->telaAtual; } public function setTelaAtual($value) { return $this->telaA...
asked by 13.10.2018 / 04:26
0
answers

xmlhttp.open, does not accept subfolders

I have a problem. I do the XMLHttp request and everything works fine, however, at the time of opening json it does not load because it is inside a folder, I try as follows ("GET", "date / data.json", true) do not open. If you use the file outsid...
asked by 15.08.2018 / 17:07
0
answers

How to send an ajax request to the Easy RedMine API

And folks! I'm trying to send a $ .ajax request to the easy redmine API, but I'm unsuccessful. I tried to send an XMLHttpRequest but it ends up bursting with error.    Quote Would appreciate a help!     
asked by 03.08.2018 / 21:39
0
answers

Problem with Access-Control-Allow-Origin in XHR with Javascript

I'm trying to consume an API via XHR and Javascript that comes from SAP HANNA and it's returning these errors: Thefunnythingisthatwiththepostmanitreturnsmethevalues,howeverwithJSandXMLitgivestheerrorabove..Followthesimplecode:letxhr=newXMLHt...
asked by 03.09.2018 / 23:06
0
answers

XMLHttpRequest No 'Access-Control-Allow-Origin' header is present on the requested resource [duplicate]

I am making multiple GET requests in an API and sometimes I get the message No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. The response had HTTP status code 429. a...
asked by 29.05.2018 / 17:15
0
answers

Single System for Remote Access

Hello, People would like a suggestion. I'm developing a web system in PHP and MySql database. The same will have a unique address to be accessed through other urls. The idea is that the system is unique and without the need to be installed...
asked by 13.05.2018 / 14:29
1
answer

Jquery of my page does not work after being called by an XMLHttpRequest

I have the following code that takes a table in a php page and brings the table into a div in my index. But in my page getreult.php has jquery codes, but they do not work, and if I want to perform some function when clicking on a button that...
asked by 22.01.2018 / 09:20
0
answers

Send file used @ Ajax.BeginForm and XMLHttprequest

I have the following question: I'm doing a post with @Ajax.BeginForm , however it does not send a file, so I wanted to use File Api , my idea was as follows I would do post by @Ajax.BeginForm thus: @using (Ajax....
asked by 30.11.2017 / 14:03