I am trying to use the jsolait XML-RPC support to communicate with an
XML-RPC I have written. The problem I'm running into is that my
Javascript and jsolait code are at:
http://my.domain.com/somepage.html
but my XML-RPC server is accessible via:
http://my.domain.com:8100/
jsolait (or perhaps the underlying XmlHttpRequest object) seems to
consider my.domain.com:8100 distinct from my.domain.com, and thus
off-limits.
I see that the XML-RPC tester at
http://jsolait.net/wiki/examples/xmlrpc/tester sends its XML-RPC
queries to http://jsolait.net/services/test.xmlrpc rather than to a
separate port from the main web browser.
Can anybody tell me how to set things up like this, so that my
original page and my server use the same domain (with no port number)?
If it's relevant, I'm using Apache on FreeBSD.
Thanks,
Jeff Ondich
ondich@...