Redirecting to a third party site with injected HTML

Joel Goldstick joel.goldstick at gmail.com
Sun Jun 9 13:14:09 EDT 2013


On Sun, Jun 9, 2013 at 1:09 PM, <guytamir1 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130609/c711d453/attachment.html>


More information about the Python-list mailing list