[jQuery] Re: JSONP and callback function name

2008-12-12 Thread jtuchscherer
Thanks, Eric, for the reply. But I am only writing the receiving part, the client. The server is out of my hands. I need to obey the authentication that they have already in place which leads me to my problem, that I still haven't figured out. On Dec 11, 10:15 am, "Eric Garside" wrote: > If you

[jQuery] Re: JSONP and callback function name

2008-12-11 Thread Eric Garside
If you are writing the webservice, why not just have it exclude the callback param, or change the authentication method to not just hash the params sent in? On Thu, Dec 11, 2008 at 3:54 AM, jtuchscherer <[EMAIL PROTECTED]>wrote: > > Hi there, > > I am about to write a web service client with JQu