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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T03:34:51+00:00 2026-06-07T03:34:51+00:00

I recently made a Ruby on Rails app that parses and extracts a atom

  • 0

I recently made a Ruby on Rails app that parses and extracts a atom feed. I extract some fields like: person name, message and avatar-image link.

The problem is that the link for the avatar looks like this:

https://foo.atlassian.net/secure/useravatar?ownerId=foo.bar&avatarId=10302&s=48

If i’m logged on on the site from which I got the url for the image and I access the url in my browser, the image shows up. If I end the session (log out, open in other browser in which i’m not logged in etc.) it doesn’t show up (actually it shows a default-no-avatar image).

How can I send some information to the server so I can authenticate and get the desired image? (I don’t want to store the images – and I have a dummy account that I can use to authenticate).

  • 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-07T03:34:53+00:00Added an answer on June 7, 2026 at 3:34 am

    Use Net::HTTP with SSL. Example taken from the Ruby STDLib Docs:

    uri = URI('https://secure.example.com/some_path?query=string')
    
    Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https').start do |http|
      request = Net::HTTP::Get.new uri.request_uri
      response = http.request request # Net::HTTPResponse object
      response.body # The actual response body
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have recently made changes in some code that makes a char name field
We're developing an app on Ruby 1.9.3 and Rails 3.2.1. Recently, our unit tests
I recently made a menu screen to my cocos2d app where I have attached
I recently made an App for IOS with Phonegap . I used the html5
I recently made some reference additions to a project in my solution and made
I recently made a very simple practice program in Python, that takes user input
I recently made this simple navigation where you have a couple links that have
I recently made a c# printer management tool that uses a WCF service which
I recently made a small app for a friend and then made it a
So I have a website that I recently made changes to, and one of

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.