Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8659985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:08:34+00:00 2026-06-12T16:08:34+00:00

I am calling a Google Geocoding Maps API and somehow it’s throwing me the

  • 0

I am calling a Google Geocoding Maps API and somehow it’s throwing me the following error:

The remote server returned an error: (407) Proxy Authentication Required

I couldn’t find any documentation on Google website on whether I need to have a Google Maps Key or need to create an account?

I am calling this webservice: http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false“

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T16:08:36+00:00Added an answer on June 12, 2026 at 4:08 pm

    Have you tried adding this to your solution?

    <system.net>
      <defaultProxy enabled="true" useDefaultCredentials="true">
       <proxy bypassonlocal="True" proxyaddress="http://webproxy:80" />
      </defaultProxy>
    </system.net>
    

    or try the following

    string url = “Valid URL”;
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
    NetworkCredential netcredit = new NetworkCredential(“user1″, “pass”, “domain”);
    req.Credentials = netcredit;
    System.Net.WebProxy pry = new WebProxy(“proxyServer”,true);
    pry.Credentials = netcredit;
    WebRequest.DefaultWebProxy = pry;
    req.Method = “HEAD”; //Does not work if this line is not used
    HttpWebResponse res = (HttpWebResponse)req.GetResponse();
    
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
    NetworkCredential netcredit = new NetworkCredential(“user1″, “pass”, “domain”);
    req.Credentials = netcredit;
    System.Net.WebProxy pry = new WebProxy(“proxyServer”,true);
    pry.Credentials = netcredit;
    req.Proxy = pry;
    req.Method = “HEAD”; //Does not work if this line is not used
    HttpWebResponse res = (HttpWebResponse)req.GetResponse();
    

    People have the solution in this forum

    https://groups.google.com/forum/?fromgroups=#!topic/google-maps-api/0js1jr4kqJw

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In google maps API v3, I'm creating my own custom map types by calling
I am calling a map via google maps v3 api on my personal website.
I'm calling api calls to google maps, which returns in json, like below: http://maps.googleapis.com/maps/geo?output=json&q=norreport,%20copenhagen
I am calling google maps within a for loop in my javascript as I
I'm having an issue calling a javascript function within a Google Maps InfoWindow. The
How to create simple post/get API making simple calling to GAE database using Google
I'm following two tutorials from Google: http://code.google.com/apis/maps/articles/phpsqlgeocode.html http://code.google.com/apis/maps/articles/phpsqlajax_v3.html#createmap I have the first tutorial working
I am parsing a large text file and then calling a rate-limited Google API
I'm trying to implement a recaptcha. I'm calling the verify script (http://www.google.com/recaptcha/api/verify) with jquery
I am really new to google maps and need some help. I am calling

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.