Re: external html page include
- From: Sam Ginko <ginkod@xxxxxxxxx>
- Date: Sun, 19 Jul 2009 22:26:39 -0500
You're right. I'll stick with iframes.
thanks anyway
Chris Rhoden wrote:
Didn't look closely enough at what's going on here.
What exactly are you trying to do? The previous response should work.
However, if you are actually requesting a page from something like
Docs, you need to realize that the request will be made at the server,
not
in the browser, so your cookies will not be in the request, so you will
not
be authenticated unless you explicitly do that. It is more trouble than
it's
worth in most cases.
Additionally, unless you intend to alter the HTML in some way before
including it in the page, it will look all off, so probably best to
stick
with iFrames unless it is absolutely necessary to scrape (which is what
you
are doing)
-chris
--
Posted via http://www.ruby-forum.com/.
.
- References:
- external html page include
- From: Sam Ginko
- Re: external html page include
- From: 7stud --
- Re: external html page include
- From: Sam Ginko
- Re: external html page include
- From: 7stud --
- Re: external html page include
- From: Sam Ginko
- Re: external html page include
- From: Chris Rhoden
- Re: external html page include
- From: Chris Rhoden
- external html page include
- Prev by Date: Re: How to strip inner whitespace in rails
- Next by Date: Re: Do you program in any other language except for ruby?
- Previous by thread: Re: external html page include
- Next by thread: Help with relative paths using require
- Index(es):
Relevant Pages
|