About 1,030,000 results
Open links in new tab
  1. What’s the best way to get an HTTP response code from a URL?

    Jul 16, 2009 · I’m looking for a quick way to get an HTTP response code from a URL (i.e. 200, 404, etc). I’m not sure which library to use.

  2. Get the current URL with JavaScript? - Stack Overflow

    All I want is to get the website URL. Not the URL as taken from a link. On the page loading I need to be able to grab the full, current URL of the website and set it as a variable to do with as I p...

  3. How to get the URL of the current page in C# [duplicate]

    Feb 27, 2009 · Can anyone help out me in getting the URL of the current working page of ASP.NET in C#?

  4. url - Get the values from the "GET" parameters (JavaScript) - Stack ...

    JavaScript itself has nothing built in for handling query string parameters. Code running in a (modern) browser can use the URL object (a Web API). URL is also implemented by Node.js:

  5. How to fix "403 Forbidden" errors when calling APIs using Python ...

    It seems the page rejects GET requests that do not identify a User-Agent. I visited the page with a browser (Chrome) and copied the User-Agent header of the GET request (look in the Network …

  6. (Terraform, Cloud Run) Error: Forbidden Your client does not have ...

    Jan 21, 2022 · Add (Copy & paste) this code below to your Terraform code to allow unauthenticated invocations for public API or website: data "google_iam_policy" "noauth" { …

  7. Get current URL from browser using python - Stack Overflow

    May 27, 2015 · The question asked here: How to get current URL in python web page? does not address my problem as I am running in infinite loop and I want to keep on getting the current …

  8. Get the full URL in PHP - Stack Overflow

    The problem is that I use some masks in my .htaccess, so what we see in the URL is not always the real path of the file. What I need is to get the URL, what is written in the URL, nothing more …

  9. How to read GET data from a URL using JavaScript?

    May 2, 2009 · I'm trying to pass data from one page to another. www.mints.com?name=something How to read name using JavaScript?

  10. Get URL of ASP.Net Page in code-behind - Stack Overflow

    I have an ASP.Net page that will be hosted on a couple different servers, and I want to get the URL of the page (or even better: the site where the page is hosted) as a string for use in the …