Making REST call from Max 6 and saving the return.

luke.schantz@gmail.com's icon

Hello,

I am trying to make a REST call from max via jweb. The call goes through successfully and I get the desired return from the server. The issue arises in that I can not extract that return from jweb into the patch. I have seen other posts about similar issues with folks trying to save html. In these cases the jit.uldl makes sense. Not so much in this case. Does anyone have any suggestions for working this out in the patch?

Luke

pixeclrash's icon

Hi - with jweb you only get the Url and the title of the page. I would give a try to use the shell command with curl. Try this link http://zerokidz.com/internetMax.pdf

August Black's icon