Questions tagged [get-request]

HTTP GET Request is a message within a request/response sequence, according to HTTP specification. May also refer to an HttpRequest GET method in software frameworks and libraries that automates relevant functionality

See also:

321 questions
-2
votes
1 answer

How to make a get request in discord.py

Alright so im making a Get request to this python script I made and i turned it into a basic API using PHP to send the request to as you can see below
Gummie
  • 11
  • 2
-2
votes
2 answers

(iOS/Swift) Simple GET Request with Path Variables Params

I am testing a GET request using Postman. In Params tab, there is Path Variable with an "id" key and a value. You can see the URL of GET request in this screenshot below, there is url path /:id in the end of the URL endpoint. How to perform GET…
-2
votes
2 answers

method in python that does post and get

I've created a method that received a request with parameters as well as 2 additional parameters in the url the url looks like this: url(r'^courseid=(?P\d+)/user_id=(?P\d+)/$', views.user_data_on_course,…
liv a
  • 2,854
  • 6
  • 29
  • 69
-3
votes
1 answer

I'd like to add Cors to this specific angular service that I have built How can I achieve this?

My angular service basically goes and retrieves a movie and it's details from an api. I believe it will work if not for this cors issue. I realize that there are many ways to get around cors but I really want the simplest way based upon what I…
evan
  • 61
  • 7
-3
votes
1 answer

Postman how to use Get Requests by read URLs from various .txt files

I hopefully have a simple request but unable to do by myself due Postman's file support behaviour. Case: Lots of people creating simple URLs for a maschine learning tool and pushing them into a database. The URLs got just simple differencies of an…
-6
votes
2 answers

Translate.google.com Analysis

I am currently developing a tool to translate words on the fly with googles translate website. To better understand googles querys I have to analyse their GET parameters. This is an example created with language detection on, result language de and…
Peter
  • 149
  • 1
  • 7
1 2 3
21
22