Most voted "ajax-token" questions
6 questions
Sort by count of
-
9
votes2
answers4636
viewsWhat is the csrf_token present in the Laravel layout file for?
I am aware that to submit a form in Laravel, you must add a csrf_field, or declare that the route must ignore this protection. However, in the layout file there are the following occurrences:…
-
1
votes0
answers111
viewsConsumption webservice with error: Unsupported content type
My first question is: I can call the Webservice directly via JQUERY / AJAX or I need to have something in PHP or some other back-end language to accomplish integration? If possible only with JQUERY…
-
1
votes1
answer418
viewsAvoid simultaneous user access
I need to make the user not log in to the system (asp-net mvc) on different machines. The system is on the intranet and currently there is an Access table with date and time of access of the user…
-
0
votes0
answers115
viewsCSRF 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 each page "Reload" is created a new token to avoid Force and etc, but as I am…
-
0
votes0
answers12
viewsError installing npm on Ubuntu 17.04
I’m at the beginning of learning the 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){…
-
0
votes0
answers171
viewsI can’t use the webservice
I have the following webservice: http://IP:PORTA/wsexecbo/WebServiceExecBO?wsdl and in that WS i have the following function: http://IP:PORTA/wsexecbo/WebServiceExecBO?wsdl/userLogin I send a user…