python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I access the return value of a Flask route within a Javascript file?
The problem I'm having is accessing the value within the return statement in the flask route (resp["login"]). I'm trying to use this value in a javascript file and use it as a query paramete...
Carlos Ortiz
Votes: 0
Answers: 1
How to call a specific function before and after every fetch api request and response
I want to call a function during sending a request and after receiving response with every fetch() function using Vanilla JS.
I saw that jquery ajax is providing some kind of $.ajaxsetup for doing thi...

Abdul Raheem Dumrai
Votes: 0
Answers: 2
Send axios fetch to domain name, and resending it to API
I want to solve a problem with react native and iphone. I have API on Gcloud let say ip 34.xx.xx.xx, and a domain name myapp.com. On domain name myapp.com I have SSL sertificate and https, on ip addre...
Михаил Журин
Votes: 0
Answers: 1
React Native network failed on fetch when calling https
When calling an API running on another computer within the same network (fetch('https://192... ), with generated SSL certificate (not trusted) the call always fails with TypeError: Network call failed...
Gabriel P.
Votes: 0
Answers: 0