aaPanel_Jose
its post and get method i am used
"LoginForm[username]": request.email! as AnyObject ,
"LoginForm[password]": request.password! as AnyObject ,
"LoginForm[device_token]" : "(Proxy.shared.deviceToken())",
"LoginForm[device_type]" : "(DeviceInfo.deviceType)",
"LoginForm[device_name]" : "(DeviceInfo.deviceName)"


login parameters

aaPanel_Jose
Hi is there any way so to ignore the api request specification, so that my api will work

aaPanel_Jose
we have our project on this aa-panel and wants that project api to run but it gives error.
we have not made any change or any work with the panel api

Madhvi
I still don’t know much about the specific problem. If you need to shield parameter authentication, you can try to comment out all the code of the request_check method.