November 8, 201213 yr Newbies Whenever, there is an attempt to pass NULL values as parameters using POSTDataToURL using 360 scriptmaster plug-in, there is an error regarding null pointer exception. Is there any way to have null values pass successfully using PostDataToURL?
November 8, 201213 yr Have you tried passing an empty string in the place of the parameter? For example, Post Data to URL ( "yourKey" ; "" ; "yourURL" ) to pass all the parameters even if there is no "value" being passed for the key?
Create an account or sign in to comment