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

  • Home
  • SEARCH
  • 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 8233085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:01:02+00:00 2026-06-07T18:01:02+00:00

I am developing a Sinatra web app and there I want to canonicalize and

  • 0

I am developing a Sinatra web app and there I want to canonicalize and absolutize a number of URLs. For this, I am using a Rack::Request object:

before do
  @cached_request = Rack::Request.new(env)
end

def absolutize(path)
  u = URI.parse('/%s' % path) # Ensure leading slash is there
  u.scheme =  @cached_request.scheme
  u.host =  @cached_request.host
  u.port =  @cached_request.port
  u.to_s
end

However, even when my app is running on port 9393 the SERVER_PORT variable has 80. I’ve examined the env object for relevant info but it seems that it hasn’t got any information on the request port.

How am I supposed to figure this one out from within the application? I don’t see references to the variable in the rack spec…

So far I’ve tried running the rackup file on Puma and Webrick.

  • 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-07T18:01:04+00:00Added an answer on June 7, 2026 at 6:01 pm

    Ok I figured it out. This only happens with requests done through MarsEdit, due to the fact that MarsEdit does not send a port suffix in the Host header (which is what pretty much all Rack servers use to infer the server port).

    I’ve contacted Daniel with a bugreport.

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

Sidebar

Related Questions

I am developing a Sinatra based web-app using the Sinatra r18n internationalisation system. My
I'm developing the restful web app that using some popular web framework on the
I'm developing a sinatra app, and I'd like to test it using cucumber and
I'm developing FB app on Heroku, using Ruby, Sinatra and Mongo. I think that
I am developing a small web application using Ruby, Sinatra & HAML. The scenario
Developing a web application that I've registered with Twitter. In this app, I might
I'm developing an api as a modular Sinatra web application and would like to
I'm developing a Sinatra app which uses unicorn. Each worker is one thread, it
I'm developing a Sinatra app that consists of an upload form, with a progress
I'm developing a Sinatra application and I'm using rackup to start Webrick. What should

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.