Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47473
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.037 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'python.': 0.02; 'permission.': 0.07; 'question?': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '1:09': 0.16; 'easily,': 0.16; '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; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; '(on': 0.31; 'url:python': 0.33; 'third': 0.33; 'subject:with': 0.35; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'project': 0.37; 'pm,': 0.38; 'sure': 0.39; 'users': 0.40; 'url:mail': 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; 'joel': 0.91; '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=ipA1tQwgelCo8H0i/khWgATQ7WG0+YdUtQmI36xc/6w=; b=Nbbs7luK1rAaRU6V9DgfcfXaV9OMdQC1PYRxubo56os0mw63JGLeOuJwAWZvGJKU2+ i6EBO/CLZeGITNMIfb3vkrXrkKYG5mSenJoPvsv7BmtAxL1PNTqKVuat9rR3T5hLpAnD EXvoppDwXd/SGwBANWcPVmdPMtLUtaQqd2/iqSX26U1TzGJcqquBEKn0tFHeJ78q3J7k 2KRG9WkjvpAyXEjnU+s76xuB+A+FwxRb2xBYoFbmhvsjxxAP+J9Frb5F6M2pv+/pbGDu MVhgalojWEE256brp5nG821jP+1HFF6l5tK2XdQdXH8MASc0S299th5l9UcYPlqh/7RB dsPg== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.78.212 with SMTP id m20mr3784472vck.46.1370798049656; Sun, 09 Jun 2013 10:14:09 -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 13:14:09 -0400 |
| Subject | Re: Redirecting to a third party site with injected HTML |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | guytamir1@gmail.com |
| Content-Type | multipart/alternative; boundary=047d7b343d56cf0e2304debbca7d |
| Cc | "python-list@python.org" <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 <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.2924.1370798058.3114.python-list@python.org> (permalink) |
| Lines | 67 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1370798058 news.xs4all.nl 15901 [2001:888:2000:d::a6]:37372 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:47473 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Sun, Jun 9, 2013 at 1:09 PM, <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 > -- > http://mail.python.org/mailman/listinfo/python-list > you can do redirect easily, but you can't inject html in 3rd party without permission. At any rate, how is this a python question? -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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