Posts by Fabricio Carneiro • 25 points
6 posts
-
0
votes1
answer1390
viewsQ: Variable value change in React-Native
I am new to React-Native so I believe this is a very basic question. As I step the value of a variable for my JSX template? I want when I call the Somag1 function it assigns a value to Contg1 and…
react-nativeasked Fabricio Carneiro 25 -
0
votes1
answer395
viewsQ: NODE.js with socket and Mysql
I have a problem with Node, I believe it must be something related to callback s, but I’m not sure, but anyway, my problem is basically in pulling data from a database Mysql, this data will be…
node.jsasked Fabricio Carneiro 25 -
1
votes0
answers138
viewsQ: SELECT * FROM with Node and socket.io
Good morning guys, I’d like to know how I can make one select on the bench with Nodejs, using the socket.io. In the code below I show the commented line, where it is to be the select, but it does…
node.jsasked Fabricio Carneiro 25 -
1
votes1
answer194
viewsQ: Phonegap application does not request ajax with HTTP protocol, only with HTTP s
I have an application created in Phonegap, however I can not make a request with it using the HTTP protocol, I can only make the request with protocol Https, someone has some idea of how to fix it ?…
-
0
votes2
answers251
viewsA: Cors error with Larable 5.1
SOLUTION The insertion of the route was made this way below . Route::post('/', 'controller_api@request')->name('/')->middleware('cors'); **IMPORTANT DETAIL: as soon as the inclusion of the…
-
0
votes2
answers251
viewsQ: Cors error with Larable 5.1
Personal I am having problems with the CORS in my application Aravel 5.1, when I make a request via RESTLET it returns without problems. However, if the same request is made via AJAX it generates…