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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:18:02+00:00 2026-05-24T17:18:02+00:00

Given a complete URL, I need to handle every possible kind of valid relative

  • 0

Given a complete URL, I need to handle every possible kind of valid relative URL, like you might see in an HREF attribute on the page at the first location, or in a Location: header.

Examples:

Complete:  http://example.com/foo/bar.html
Input: calico.gif
Result: http://example.com/foo/calico.gif

Complete:  http://example.com/foo/bar.html
Input: ../x.html
Result: http://example.com/x.html

Complete:  http://example.com/foo/bar.html
Input: /robots.txt
Result: http://example.com/robots.txt

Question

How can I reliably handle these sorts of relative URLs? I have to imagine someone has written solid code for this before.

  • 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-24T17:18:02+00:00Added an answer on May 24, 2026 at 5:18 pm
    require 'uri'
    URI::join("http://domain.com/dir", "/images/small/image.png")
    URI::join("http://example.com/foo/bar.html", "calico.gif")
    ...
    

    and just call .to_s to get a string.

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

Sidebar

Related Questions

Is it possible to view the complete list of call stack for a given
I am trying to create/complete URL paths. I am given a bunch of sku
Sorry for the length, wanted to give a complete description! I have a need
Given that the web application doesn't have su privileges, I'd like to execute a
Given a MySQL table of real estate data, I would like to generate a
Possible Duplicate: regex for URL including query string I have a text or message.
I'd like to use jQuery's auto complete in a Drupal project to automatically find
In the Circumflex framework , you can map an URL to a block like
Is it possible not only to have Google Maps on Android show a given
Using PHP, given a URL, how can I determine whether it is an image?

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.