Chris, I got another problem here.
Problem is my container is at port 80. Server is at port 8080. Here, I am
able to send Ajax requests from the XML file(gadget) to files at port
80(container) without any problems. The files on port 80 are (PHP files)
using sessions and based on these sessions. But the problem is as the
makeRequest uses proxy, request to that server page goes from port 8080 and
session is created for localhost:80, so session doesn't exist for
localhost:8080. How can I solve this problem?
On Wed, Jun 11, 2008 at 5:11 PM, Neo Anderson <[EMAIL PROTECTED]>
wrote:
> Yes, Thank you.
>
>
>
>
> On Wed, Jun 11, 2008 at 2:25 PM, Chris Chabot <[EMAIL PROTECTED]> wrote:
>
>> try:
>>
>> <?php
>> echo json_encode($_REQUEST);
>>
>>
>> i think that will fix a lot of your problems right there :P
>>
>> -- Chris
>>
>>
>> On Jun 11, 2008, at 8:59 AM, Neo Anderson wrote:
>>
>> <?php
>>> json_encode($_REQUEST);
>>> ?>
>>>
>>> I am getting response as below:
>>>
>>> throw 1; < don't be evil'
>>>
>>>> {"http://localhost/makeRequestTest.php":{"body":"\r\n","rc":200}}
>>>>
>>>
>>>
>>
>