Posts by gabriel luiz • 13 points
4 posts
-
0
votes1
answer341
viewsA: Modal bootstrap to edit entries in Laravel
Well from what I understand, your problem is just how to display a modal, here below, follows an example, how to display a modal, just by clicking a button. To display your content inside, you just…
-
0
votes1
answer35
viewsA: CORS error when using fetch API js - source destination
The problem was solved with a simple annotation, on the backend side:…
-
0
votes1
answer35
viewsQ: CORS error when using fetch API js - source destination
Well, I’m trying to use pure Js and html, to consume an api, running on the localhost. Follow the codes: Java Javascript(running on a local server) but it returns a Cors error, which I am placing…
-
-1
votes2
answers310
viewsQ: Curl request using nodejs returns an empty body
I used the Curl of the post office site to turn into a nodejs request (I used this site to convert Curl into js code-> https://curl.trillworks.com/) var request = require('request'); var headers…