thank a lot for such quick response. I think its all clear. I have another issue though. I’m sending my data as json and usually using this method normal php post cant catch variables. so it has to be input stream method ie file_get_content(“”) and then decode what ever is received to json. So am facing the issue where it says you must include username var and i have discovered that that’s the issue . is there a way to manually controll how data is received?
Thanks