Re: [PHP] http_request
- From: peeyushgulati@xxxxxxxxx ("peeyush gulati")
- Date: Sat, 5 Jan 2008 22:11:57 +0530
Thank you will do that
Ok can i redirect the response to the browser from the layer after my layer
has recieved the response from the application.
On Jan 5, 2008 10:05 PM, Daniel Brown <parasane@xxxxxxxxx> wrote:
On Jan 5, 2008 11:14 AM, peeyush gulati <peeyushgulati@xxxxxxxxx> wrote:
Thank you for the replythe
But i am not asking for simple rediredtion. I am aware of the
(header:"Location:url");
From a layer i am sending a http_request to an existing application, now
application will response back to the layer.although
My concern is how do i make the application response back to the browser
instead of the layer without changing the code of the application
the request was sent from layer.
This is what i am looking for. Is there some PECL package.
Please keep your replies on-list for others to benefit.
What you're asking to do is send a third-party response to the
browser which never instantiates the call to the remote script in the
first place. To my knowledge, it's not possible, which is a good
thing. Otherwise anyone would be able to inject arbitrary responses
(like a man-in-the-middle attack).
--
Daniel P. Brown
[Phone Numbers Go Here!]
[They're Hidden From View!]
If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.
--
Thanks and Regards
Peeyush Gulati
+91-9916304135
- Follow-Ups:
- Re: [PHP] http_request
- From: "Daniel Brown"
- Re: [PHP] http_request
- References:
- http_request
- From: "peeyush gulati"
- Re: [PHP] http_request
- From: "Daniel Brown"
- Re: [PHP] http_request
- From: "Daniel Brown"
- http_request
- Prev by Date: Re: [PHP] http_request
- Next by Date: Re: [PHP] need opinions regarding php.ini
- Previous by thread: Re: [PHP] http_request
- Next by thread: Re: [PHP] http_request
- Index(es):
Relevant Pages
|
Loading