Posts by joaupaulo • 13 points
3 posts
-
0
votes0
answers18
viewsQ: Send content from an index to an Edit via AJAX with . NET
I’m creating an approval screen and when the user clicks fail will appear a pop-up to describe the reason for the refusal ... The problem is that I am not being able to send via AJAX the information…
-
0
votes1
answer24
viewsQ: Error with Promise fetch
Guys I’m doing a beginner project with API,but arrives at a part I define a function but somehow error : script.js:29 Uncaught (in promise) TypeError: Cannot read property 'querySelector' of…
-
1
votes1
answer63
viewsQ: Difficulty with FETCH API authorization
Staff I’m having a little trouble to carry out an API authorization so I’m doing the code fetch('https://api.api-futebol.com.br/v1/',{ "method":"GET", "headers": { "Authorization: Bearer…