Page 1 of 1

Building Response Applications

Posted: Wed Oct 10, 2007 12:13 pm
by kendall
I am not sure if i have my terms correct or if i am talking out of context.

I refer to viewtopic.php?t=74721&highlight= of my problem when i ask this question...to summarize

i have built this application using ajax (Spry) and PHP in which i have ajax sending and receiving information from a PHP script. the application works fine in normal http protocol but when used in https i get a security erro in ajax.

I had assumed that if a request was sent in https by ajax the response from php would have used the same protocol (Am i really wrong here)?

it means therefore that i need to build my php service application with the ability to respond via the protocol (correct?)

my question therefore is what/ how do i go about doing this...

Do i need to impliment some sort of curl/ fsock bridge between my ajax/ php to "transport" the information back an fort locally?

I am not sure whats my scenario so any advice would be greatful.