Posts by Gabriel • 27 points
5 posts
-
1
votes0
answers665
viewsQ: Post post Submission with Axios
Hello, I’ve been bumping my head to solve a problem with sending a POST request from a SOAP envelope with Xios, I send the same XML with the same Reset by POSTMAN and it works pretty good, but when…
-
0
votes1
answer106
viewsQ: Store data on the device
I am developing an APP with React-Native and has a problem that I am looking to solve, I make a communication with an API and it returns me a token for consumption of services when authenticating…
-
0
votes1
answer89
viewsQ: Jquery event click after attribute change
I have a little problem here with Jquery, when the button is clicked I need to take the value of the input and replace the attribute 'href' of one and at the same time click on it... I’m not having…
-
1
votes1
answer3482
viewsQ: Send POST form with python
I am developing an API in my work, and I need to develop something in python2 that sends a form to the server through the POST, I saw some questions here on the forum and I could not find anything…
-
-1
votes1
answer212
viewsQ: Problem instantiating classes in Python 3
When I run my program test.py: the debug give it back Object() takes on Parameters '' on line 4 from tatu2 import Cliente from tatu2 import Conta joao = Cliente('João da Silva', '777-1234') maria =…