Search found 5 matches

Go to advanced search

by svtech vijaywada
Fri Oct 04, 2013 10:52 am
Forum: Issues
Topic: Load error: 400 {"code":"DBUS007","description":"Serialization error"}
Replies: 7
Views: 215
 
Jump to post

Load error: 400 {"code":"DBUS007","description":"Serialization error"}

if am using the json.parse() method am getting the following error "Load error: 0 undefined" sample code: var str='{"username":"username","password":"password"}'; alert("Successfully loaded " + str); //var data=JSON.stringify(str); var data...
by svtech vijaywada
Fri Oct 04, 2013 10:45 am
Forum: Issues
Topic: Load error: 400 {"code":"DBUS007","description":"Serialization error"}
Replies: 7
Views: 215
 
Jump to post

Load error: 400 {"code":"DBUS007","description":"Serialization error"}

if am removing following statement

var data = JSON.stringify(str);

am getting same error only

by svtech vijaywada
Fri Oct 04, 2013 10:07 am
Forum: Issues
Topic: Load error: 400 {"code":"DBUS007","description":"Serialization error"}
Replies: 7
Views: 215
 
Jump to post

Load error: 400 {"code":"DBUS007","description":"Serialization error"}

this is the code am executing... function registration() { var serverUrl = ' https://api.appery.io/rest/1/db/users '; var username = document.getElementById('startScreen_username_input').value; var password = document.getElementById('startScreen_password_input').value; var firstname = document.getEl...

Go to advanced search