Skip to main content

Questions tagged [get]

GET is one of many request methods supported by the HTTP protocol. The GET request method is used when the client needs to get data from the server as part of the request-URI.

1 vote
1 answer
85 views

Python requests and cURL never return a response

I am attempting to scrape the NSE website for a particular company, in Python. I am attempting this using the requests library and it's corresponding get() method. This should return a .html file, ...
Shirsak's user avatar
  • 57
0 votes
1 answer
22 views

Can't get data with URL in Postman, but can with passing by key-value

I'm not very familiar with Postman but why GET request returns data when checkbox is marked and without url parameter, like this: and when I try to put url parameter and unmark checkbox, then doesn't ...
NJR11's user avatar
  • 63
0 votes
1 answer
37 views

How can I using python "get" requests to access API responses with Bearer Token

I ran my codes below but get a response of "Error: 401 Status Code: 401; Unauthorized" def Pods_Assets(token): url = "https://api.aqmeshdata.net/api/Pods/Assets_V1" # ...
ggkinghan's user avatar
0 votes
1 answer
33 views

Getting an error when returning a validation view in Laravel

What I am trying to achieve is to redirect back to the page with validation message if the input is incorrect. Currently I am facing an error and that says. Method Not Allowed Symfony\Component\...
alex wang's user avatar
0 votes
1 answer
37 views

Angular HttpErrorResponse 403 on Visual Studio Code console

I'm using Angular 17.3.8 with a non-standalone project, and I'm encountering an error in my VSCode console that I can't understand. I've created a login system with cookies, and it works fine. The ...
Francis's user avatar
  • 23
-1 votes
0 answers
28 views

With angular, IF and ELSE functions bypassing GET request?

(Context) In TS side of the code there are 2 functions that are triggered by a button click, a GET request and a Comparator The Get Request (which is called inside the comparator) pulls information ...
Lucas Petronetto's user avatar
0 votes
0 answers
27 views

Where one can find the built-in onclick method of a button within a form tag?

I'm trying to understand a little of how the following html code snippet works under the hood: <form action="/some_action" method="POST"> <input name="name"&...
Clodo's user avatar
  • 1
0 votes
1 answer
44 views

Unzip file in stream request gives UnexpectedSignatureError

Trying to get a file export from a request which is in zip format. I want to download line by line since later I will be uploading to cloud storage and do not want to store the whole file in memory. I ...
Juanjo's user avatar
  • 103
1 vote
2 answers
56 views

Call a Rest API without FE application for every 10mins

I want to schedule a GET API call every 10 minutes without using a front-end application. Note: Unable to use the scheduler, because of my requirements. Consider my API is https://xvyz.com/keep-alive ...
mb-'s user avatar
  • 23
0 votes
2 answers
63 views

Python get request produces different HTML than view source

import requests # Request to website and download HTML contents url='https://beacon.schneidercorp.com/Application.aspx?AppID=165&LayerID=2145&PageTypeID=2&PageID=1104&KeyValue=...
user1298416's user avatar
1 vote
0 answers
81 views

How to do HTTPS requests in Ada Web Server?

I am trying to make HTTPS Get requests to websites in Ada web server. I can currently do HTTP requests without issues but HTTPS fails - possibly due to SSL Certificates. I am only using the client ...
Royal Mail's user avatar
0 votes
0 answers
25 views

How can I fix this get search?

I'm trying to fix a problem in my application where I can't filter words by their meaning. Example: wordMeaning = "order, request" | meaningSearch = "order" The application ...
Andrei Rech's user avatar
0 votes
0 answers
22 views

How can set the return-fields of GET Request URL of an API to the union of multiple paths

I am working with the Google pagespeed API and I am stuck while creating the URL fields. The Response from this API is rather lengthy and I only care about certain paths in the api. Right now the URL ...
Arnav Motwani's user avatar
0 votes
2 answers
247 views

Flutter - get package: The getter 'backgroundColor' isn't defined for the class 'ThemeData'

I am using flutter 3.22.2 and installing get package with version 4.6.5. When I build my project, it is always stuck with error log: Error (Xcode): ../../.pub-cache/hosted/pub.dev/get-4.6.5/lib/...
wahyu's user avatar
  • 2,185
0 votes
0 answers
25 views

Get & post not working: Information not saving nor showing in the terminal after placing debugs

ISSUE I CAN'T SOLVE BY MYSELF: With python django I'm creating my own /admin page (different dashboard layout). There for a use a standard dashboard layout. What does it has to do simply. Manually ...
Jason Lommelen's user avatar

15 30 50 per page