Building Response Applications

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

Building Response Applications

Post 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.
Post Reply