Questions tagged as 'token-ajax'

0
answers

Consumption webservice with error: unsupported content type

My first question is: Can I call the WebService directly via JQUERY / AJAX or do I need to have something in PHP or some other backend language to perform the integration? If it is possible only with JQUERY / AJAX , it follows the prob...
asked by 11.12.2017 / 13:59
0
answers

I can not use webservice

I have the following webservice : http://IP:PORTA/wsexecbo/WebServiceExecBO?wsdl In this WS I have the following function: http://IP:PORTA/wsexecbo/WebServiceExecBO?wsdl/userLogin I would like to consume this WS directly...
asked by 08.12.2017 / 19:08
0
answers

Error installing npm on Ubuntu 17.04

I'm at the beginning of learning laravel along with ajax and I'm not able to pass data via post with ajax. This is my ajax: $(document).on('click', "#cad_academia", function(e){ e.preventDefault(); //var data = $("#new_gym").seriali...
asked by 15.11.2017 / 04:46
0
answers

CSRF Token is only valid after first ajax request

I am building a login system via ajax and using a token, saving in a SESSION , passed by javascript, the idea is that every page reload is created a new token to avoid brute-force and etc, but as I am sending via ajax, the token is only valid o...
asked by 10.08.2017 / 01:40