I just noticed that scripts we had working no longer work. I'm wondering if something went wrong with the latest version. When we call in a URL in our server action the following string; SMisc1=<SMisc1>&SMisc2=<SMisc2>&SMisc3=<SMisc3>&SMisc4=<SMisc4> We get back the following; (I put in the word test for each field) SMisc1=misc1&SMisc2=misc2&SMisc3=test&SMisc4=test It seems to me that the variables SMisc1 and SMisc2 are broken. Any chances for a fix real soon? Our scripts depend on this for Slave accounts. Preston
Nothing has changed on this end with the variables. If *anything* (if the variable wasn't being parsed) it would just be passed as literal text... <SMisc1> for example, not misc1. Do any users have misc1 (literally) in the field?
negative, I've tried putting all kinds of data in there and the only thing I get back is misc1 and misc2.
Can you copy/paste the exact URL you have in your server event? (at least everything after the ? character)?
Sure, here it is: ?Login=<Login>&Pass=<Pass>&Email=<CEmail>&FName=<FName>&LName=<LName>&SlaveL=<SlaveL>&SlaveP=<SlaveP>&SlaveFN=<SlaveFN>&SlaveLN=<SlaveLN>&Misc1=<Misc1>&SMisc1=<SMisc1>&SMisc2=<SMisc2>&SMisc3=<SMisc3>&SMisc4=<SMisc4>