Top "Get" questions

GET is one of many request methods supported by the HTTP protocol.

c# property get,set with different types

I have such an enum and a property. public enum Type { Hourly = 1, Salary = 2, None = 3 }; public string EmployeeType { get { string type; …

c# get properties set accessor
Setting a custom userAgent in HTML or JavaScript

Is there any way to do this? I'm trying to send a GET request to a website, but I want …

javascript html get user-agent
Get devices token?

I'm trying to get the token of my device. Thought this: ParseInstallation parseInstallation = new ParseInstallation(); String deviceToken = (String) parseInstallation.get("…

android get devicetoken
getting youtube video id the PHP

I am currently writing a webapp in which some pages are heavily reliant on being able to pull the correct …

php url youtube get parse-url
Apache Redirect 301 fails when using GET parameters, such as ?blah=

I've built a new PHP site for a customer and want to redirect the top ranking Google results from the …

apache .htaccess redirect seo get
Setting authorization header in axios

I have been trying to make a GET request to the National Park Service API with axios and have tried …

http reactjs get http-status-code-401 axios
is link / href with just parameters (starting with question mark) valid?

Is this link valid? <a href="?lang=en">eng</a> I know the browsers treat it …

html url parameters get
Getting all items of QComboBox - PyQt4 (Python)

I have A LOT of QComboBoxes, and at a certain point, I need to fetch every item of a particular …

python get pyqt4 qcombobox
How do we send data via GET method?

I am creating a HTTPS connection and setting the request property as GET: _httpsConnection = (HttpsConnection) Connector.open(URL, Connector.READ_…

http blackberry https get
How can I get access to a Django Model field verbose name dynamically?

I'd like to have access to one my model field verbose_name. I can get it by the field indice …

django get field