Re: Redirecting to a third party site with injected HTML

2013-06-10 Thread Denis McMahon
On Sun, 09 Jun 2013 10:09:17 -0700, guytamir1 wrote: > i'm not really sure how to approach this problem.. > hints :) Let me restate the problem for you: You want to display a web page to a visitor that exists on a third party website, with some of your own html inserted into it. Setting aside

Re: Redirecting to a third party site with injected HTML

2013-06-10 Thread Fábio Santos
On 10 Jun 2013 07:58, "Guy Tamir" wrote: > since i wrote some extensions in the past that allowed me to change the DOM easily i thought there might be an way to do so from the server before redirecting the user.. There could be a way to do that, but some of the features in the target site would n

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread Guy Tamir
On Sunday, June 9, 2013 9:24:56 PM UTC+3, Ian wrote: > On 09/06/2013 18:09, guytam...@gmail.com wrote: > > > Hi all, > > > > > > new to group and pretty new to python. > > > > > > I'm working on a new project and i want to receive a request from a user > > and to redirect him to a third party

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread Tim Chase
On 2013-06-09 10:09, guytam...@gmail.com wrote: > I'm working on a new project and i want to receive a request from a > user and to redirect him to a third party site, but on the page > after i redirect my users i want to them to see injected html (on > the third party site.) As others have stated

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread Roy Smith
On Sunday, June 9, 2013 8:22:17 PM UTC+3, Fábio Santos wrote: >> This does not seem like a python question, instead a HTML/JavaScript one. In article <0021fabe-78ed-4e79-8cdf-468b4ccc7...@googlegroups.com>, guytam...@gmail.com wrote: > its a python question since the request is received on a py

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread Ian
On 09/06/2013 18:09, guytam...@gmail.com wrote: Hi all, new to group and pretty new to python. I'm working on a new project and i want to receive a request from a user and to redirect him to a third party site, but on the page after i redirect my users i want to them to see injected html (on

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread Joel Goldstick
On Sun, Jun 9, 2013 at 1:52 PM, wrote: > its a python question since the request is received on a python server and > i thought that > there may be a way to so from the server that sends the response to the > user... > > On Sunday, June 9, 2013 8:22:17 PM UTC+3, Fábio Santos wrote: > > On 9 Jun

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread guytamir1
its a python question since the request is received on a python server and i thought that there may be a way to so from the server that sends the response to the user... On Sunday, June 9, 2013 8:22:17 PM UTC+3, Fábio Santos wrote: > On 9 Jun 2013 18:15, wrote: > > > > > > Hi all, > > > > >

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread Fábio Santos
On 9 Jun 2013 18:15, wrote: > > Hi all, > > new to group and pretty new to python. > > I'm working on a new project and i want to receive a request from a user and to redirect him to a third party site, but on the page after i redirect my users i want to them to see injected html (on the third par

Re: Redirecting to a third party site with injected HTML

2013-06-09 Thread Joel Goldstick
On Sun, Jun 9, 2013 at 1:09 PM, wrote: > Hi all, > > new to group and pretty new to python. > > I'm working on a new project and i want to receive a request from a user > and to redirect him to a third party site, but on the page after i redirect > my users i want to them to see injected html (on

Redirecting to a third party site with injected HTML

2013-06-09 Thread guytamir1
Hi all, new to group and pretty new to python. I'm working on a new project and i want to receive a request from a user and to redirect him to a third party site, but on the page after i redirect my users i want to them to see injected html (on the third party site.) i'm not really sure how to