Posts by Vinicius Lima • 51 points
4 posts
-
0
votes1
answer1924
viewsA: Request is presenting Cross-Origin Request Blocked in Reactjs app
Thank you all with your answers, but apparently I managed to find the solution, in a question here in the stack. follows the link Requisition with Axios "proxy":"http://localhost:3001/api", I added…
-
1
votes1
answer1924
viewsQ: Request is presenting Cross-Origin Request Blocked in Reactjs app
I am developing an application in React and previously created a restful API with Node and express, in my api I added the module Cors const cors = require('cors'); and added it at the boot of the…
-
1
votes2
answers466
viewsQ: Reading JSON with many PHP arrays
I am trying to treat this JSON with PHP but I cannot return the data to some variable. When I try to access a position of it is returned null. $url = 'https://api.hgbrasil.com/finance?format=json';…
-
2
votes0
answers482
viewsQ: Store data from a form of various input in some kind of file and then re-submit it in the same form?
I created a form, but now I would like to save the data in a file to later recover them, I found this question: Storing data from a form, that helped me a little, but when implementing more…