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 929423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:10:09+00:00 2026-05-15T20:10:09+00:00

Is querying for URLs present on ports other than 80 allowed with urlfetch() I

  • 0

Is querying for URLs present on ports other than 80 allowed with urlfetch()

I would like to get data from a server on a non-standard port –

http://example.com:8000/WebService?input=a

Ideal example would be web services hosted on non-standard ports.

Can i do this somehow with appengine?

  • 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-05-15T20:10:09+00:00Added an answer on May 15, 2026 at 8:10 pm

    The app engine documentation says that you can use Python’s urllib2 to make your requests which will automatically use Google’s urlfetch service. Using urllib2 you can indicate the port number in the hostname.

    import urllib2
    conn = urllib2.urlopen('http://www.google.com:80')
    print conn.read()
    

    I haven’t tested it on GAE, but I don’t see why it shouldn’t work.

    Edit:

    From the GAE documentation:

    The URL to be fetched can use any port number in the following ranges: 80-90, 440-450, 1024-65535. If the port is not mentioned in the URL, the port is implied by the scheme: http://… is port 80, https://… is port 443.

    This implies that the port can be specified in the url while using the standard urlfetch API.

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

Sidebar

Related Questions

i'm querying a database like this: SELECT * from Log WHERE cookieId IN (select
i'm having a database which is storing geo-data like countries, cities. i would like
on querying a camle jpa component like <from uri=jpa:jpa.camel?consumer.query=select x from jpa.camel x/> <to
Simply querying running jobs using something like select * from dba_jobs_running; works fine when
After querying for data from a database I used the datareader to fill an
I am querying my mysql-db using PDO, with a plain SELECT * FROM Invoices
I am querying the Microsoft Office SharePoint Server Search Service to write some results
I'm new to querying XML datatype in SQL Server 2005. Anyone can help me
Basically I'm querying a table like the following keywordId | keyword 1 abc 1
I am querying database from my EJB Bean, which is DAO, my query look's

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.