C
chitu
I am having trouble sending XML data over HTTPS.
Clients connect to server using SSL_XXX system calls
and server is running apache.
This is my whole script.
#!/usr/bin/perl -w
print "Content-Type: text/xml\n\n";
print "asdf\n\n";
When clients tries to read the content they dont see anything beyond
"content-type: text/xml".
Appreciate your help on this.
Thanks.
Clients connect to server using SSL_XXX system calls
and server is running apache.
This is my whole script.
#!/usr/bin/perl -w
print "Content-Type: text/xml\n\n";
print "asdf\n\n";
When clients tries to read the content they dont see anything beyond
"content-type: text/xml".
Appreciate your help on this.
Thanks.