Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47479

Re: Redirecting to a third party site with injected HTML

Path csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <hobson42@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.082
X-Spam-Evidence '*H*': 0.84; '*S*': 0.00; 'python.': 0.02; 'security.': 0.09; 'from:addr:hobson42': 0.16; 'from:name:ian': 0.16; 'received:192.168.0.12': 0.16; 'reply-to:addr:hobson42': 0.16; 'subject:party': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'trying': 0.19; 'appears': 0.22; 'header:User-Agent:1': 0.23; 'sorry,': 0.24; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; '(on': 0.31; 'third': 0.33; 'problem': 0.35; 'subject:with': 0.35; 'basic': 0.35; "can't": 0.35; 'problem.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'project': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'users': 0.40; 'how': 0.40; 'guy': 0.60; 'ian': 0.60; 'solve': 0.60; 'new': 0.61; 'email addr:gmail.com': 0.63; 'header:Reply-To:1': 0.67; 'hints': 0.68; 'receive': 0.70; 'reply-to:no real name:2**0': 0.71; 'reply- to:addr:gmail.com': 0.80; 'subject:third': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=9yh6TNSqpLeFEQACobK8YkYJ5CIUHSe3mCEXgaERt68=; b=Po87KWMPUCv99lfqNTqHf7YUmu1fhfiHUA7X9UnA8ogYuk8v0DCtFSTI49CgJs99aQ R5TI/fnTd26xbvZUNGpHQUFSOpBMri3oeJISZINGynmzyXcEK4kMJ2/B5AHEofHVHcN6 JxAVkTHci57RFP9ekdqnpubgYs+PaJpsxYmJkkJZ0Z2sKRsB3cVAM9LuPzQD6iAVmWWI 0X5tUPHo2ktNocsVDT8NaJ+VwlEO8931gRKxgtrHlebsgNSEtCFzHpr6fELt97pdmLuR SxnwnKiY7djzimPSmqoHFIi8xk/6d5NSgr945jk6IO/ZaMt3QyWkfACbb+lGfFSZRYcx P1vA==
X-Received by 10.15.109.142 with SMTP id cf14mr7566381eeb.77.1370802299120; Sun, 09 Jun 2013 11:24:59 -0700 (PDT)
Date Sun, 09 Jun 2013 19:24:56 +0100
From Ian <hobson42@gmail.com>
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version 1.0
To python-list@python.org
Subject Re: Redirecting to a third party site with injected HTML
References <422dd712-2bc5-4c48-b6ca-62face5320c7@googlegroups.com>
In-Reply-To <422dd712-2bc5-4c48-b6ca-62face5320c7@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To hobson42@gmail.com
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2928.1370802776.3114.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1370802776 news.xs4all.nl 15992 [2001:888:2000:d::a6]:33937
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:47479

Show key headers only | View raw


On 09/06/2013 18:09, 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
Hi Guy,

It appears to me that you have thought "Inject html" as the solution to 
your problem.  Sorry, but you can't solve your problem that way. Basic 
security.

What is the problem you are trying to solve?

Ian

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Redirecting to a third party site with injected HTML guytamir1@gmail.com - 2013-06-09 10:09 -0700
  Re: Redirecting to a third party site with injected HTML Joel Goldstick <joel.goldstick@gmail.com> - 2013-06-09 13:14 -0400
  Re: Redirecting to a third party site with injected HTML Fábio Santos <fabiosantosart@gmail.com> - 2013-06-09 18:22 +0100
    Re: Redirecting to a third party site with injected HTML guytamir1@gmail.com - 2013-06-09 10:52 -0700
      Re: Redirecting to a third party site with injected HTML Joel Goldstick <joel.goldstick@gmail.com> - 2013-06-09 14:03 -0400
      Re: Redirecting to a third party site with injected HTML Roy Smith <roy@panix.com> - 2013-06-09 14:53 -0400
  Re: Redirecting to a third party site with injected HTML Ian <hobson42@gmail.com> - 2013-06-09 19:24 +0100
    Re: Redirecting to a third party site with injected HTML Guy Tamir <guytamir1@gmail.com> - 2013-06-09 23:50 -0700
      Re: Redirecting to a third party site with injected HTML Fábio Santos <fabiosantosart@gmail.com> - 2013-06-10 08:51 +0100
  Re: Redirecting to a third party site with injected HTML Tim Chase <python.list@tim.thechases.com> - 2013-06-09 13:31 -0500
  Re: Redirecting to a third party site with injected HTML Denis McMahon <denismfmcmahon@gmail.com> - 2013-06-10 07:59 +0000

csiph-web