Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.075 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.00; 'python.': 0.02; 'cc:addr :python-list': 0.11; 'python': 0.11; 'subject:party': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '(on': 0.31; 'framework': 0.33; 'third': 0.33; 'subject:with': 0.35; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'project': 0.37; 'received:209': 0.37; 'question,': 0.38; 'does': 0.39; 'sure': 0.39; 'users': 0.40; 'how': 0.40; 'guy': 0.60; 'new': 0.61; 'to:addr:gmail.com': 0.65; 'hints': 0.68; 'receive': 0.70; 'subject:third': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9qfiULIZDcIissJvrZYZfarGkZHs9rcFe/DHPTEksHw=; b=UOnl0rUW/jDoo00PZdgE1nFoz50bjN8pnhQlH65j3/fJkmoiY1teiBD9L2AqYV4BBp VmLRQFMGTM4EN0lLpA/0t+I18V0gRc61oxy/TlhJMHyc1YjSW59OOcdtNojLPjd0EkoZ JpdIq/DH6RhpAb1A2YBsxFaiUpLtH1QFwYC2VZZ1GN7Iu2Yq7wXTfITBg1W6X5YbzNWj cN2UL+3Dk+XXz49TE5mxk1IzXgQg75Mj6IfayL+iagOXhckVgz92reGJAbnHMl5YLODh VqGeQH+6hT9eabhqXwfo2PEgB2I/QXgdujI2PFAs+Hrh6i8lTNPoDtqYSlwnsRVDzBNw gqIg== MIME-Version: 1.0 X-Received: by 10.229.133.65 with SMTP id e1mr2729044qct.105.1370798537662; Sun, 09 Jun 2013 10:22:17 -0700 (PDT) In-Reply-To: <422dd712-2bc5-4c48-b6ca-62face5320c7@googlegroups.com> References: <422dd712-2bc5-4c48-b6ca-62face5320c7@googlegroups.com> Date: Sun, 9 Jun 2013 18:22:17 +0100 Subject: Re: Redirecting to a third party site with injected HTML From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: guytamir1@gmail.com Content-Type: multipart/alternative; boundary=e89a8f50389ce5685504debbe7b4 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370798546 news.xs4all.nl 16004 [2001:888:2000:d::a6]:42792 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47475 --e89a8f50389ce5685504debbe7b4 Content-Type: text/plain; charset=ISO-8859-1 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 party site.) > > i'm not really sure how to approach this problem.. > hints :) > > regards, > Guy What web framework are you using? This does not seem like a python question, instead a HTML/JavaScript one. --e89a8f50389ce5685504debbe7b4 Content-Type: text/html; charset=ISO-8859-1


On 9 Jun 2013 18:15, <guytamir1@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 the third party site.)
>
> i'm not really sure how to approach this problem..
> hints :)
>
> regards,
> Guy

What web framework are you using?

This does not seem like a python question, instead a HTML/JavaScript one.

--e89a8f50389ce5685504debbe7b4--