Posts by Galvez • 39 points
4 posts
-
2
votes1
answer54
views -
0
votes1
answer166
viewsQ: Recover Json Data with Javascript
I am retrieving a Json by Node/Axios and receive the following structure (A and B). I have 2 occurrences of establishments. RESULT TO { statuscod: 200, mensagem: null, dados:…
-
-2
votes2
answers151
viewsQ: Axios Node Put with authentication does not access
I made an Node application (v12.14.1) to access a webservice. It has Basic Authentication. const uname = "xxxxxxxxx"; const pass = "%$7675845353525$%"; const p_cpf = "97856353424"; const p_senha =…
-
0
votes1
answer510
viewsQ: Basic authentication request does not work
I made a simple program to fetch the user token, but it needs a Basic Authentication, which has given me the error below. Where am I going wrong? My code: <a href="#"…