jit.uldl & php

jeremy's icon

hello there,

i'm having trouble returning php queries using jit.uldl. instead of
getting the expected results, the server is returning a generic
webpage.

http request (try in any browser):

max request:

Max Patch
Copy patch and select New From Clipboard in Max.

any clues as to what might be causing the difference?
just in case, i'm running this on 10.3.9, max 4.5.5, jitter 1.5.2

thanks,

jeremy

Jeremy's icon

I'm getting a "page not found" when I go there in my web browser,
although Max is returning some sort of main page. I don't know what's
causing the discrepancy, but it would be helpful to have a link which
returned a real page before trying to pursue this further.

jb

jeremy's icon

Hmm, well, I can't explain why the page has disappeared (it seems to
have happened with the other pages as well). Perhaps it's a permissions
error. I'll go back and check.

Thanks,

Jeremy

jeremy's icon

well jeremy, it turns out that the page had a hidden session variable,
which was sending us back to the index every time a query was made from
jitter. it's working now. sorry for the bother.

jeremy

tailortrik0's icon

Jeremy, Please explain what a hidden session varable is

I would like to dowload Facebook page Source but you need to login and Jit.ULDL doesn't let me do that.

Jweb does!

facebook uses PHP aswell.

do you know how to do this?

Emmanuel Jourdan's icon

I highly doubt that you'll be able to make it work through jit.uldl. The authentication is not a standardize login/pwd as you would do it in ftp for instance, plus you'll probably want to access to stuff through queries and not direct html pages. I don't think there's a way of doing that without writing some code to talk directly to FB. You might want to have a look to FB's developer website which cover how to do such kind of app. Good luck ;-)