Answer the question
In order to leave comments, you need to log in
How to get information via request.get()?
You need to open a server to which a get-request (request.get) will be made from the computer. This computer must receive the information.
Is there any way to send a json file using python(django, flask)?
Answer the question
In order to leave comments, you need to log in
Send a request to the server via post, specifying the keys and values in the request body, and then self.request.POST.get(<key>, None)
Is it important to send data with a get request?
Post seems to be better suited for this.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question