Hi List, In the server transform example code, transform_connect() function invokes the (dummy) call to the remote server where the content is getting transformed. In real implementation of this functionality, will this call with the transformation server be synchronous or asynchronous?
I am trying to understand, when the remote server returns the transformed content, how it will be handled to be put back into the HTTP response message? Can you please elaborate this part a bit? I also noted that the explanation given in developer's guide and the code are bit different. Thanks, Anil.
