Submit problem

Post Reply
roboto
Posts: 14
Joined: Sat Jul 31, 2010 11:45 am

Submit problem

Post by roboto »

User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Submit problem

Post by mark »

You're saying method get then giving post data. Use method post or put the data on the url as a query string.
roboto
Posts: 14
Joined: Sat Jul 31, 2010 11:45 am

Submit problem

Post by roboto »

I always get

100 838: Document access forbidden: http://www.element-14.com/community/__s ... 011&page=0 returned code 403 (Forbidden)

via submitdata:
throw 'allowIllegalResourceCall is false.';
{"error":{"code":4026,"message":"The request could not be validated as originating from within the SBS application"}}
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Submit problem

Post by mark »

You have to figure out what that site's application is using to verify "as originating from within the SBS application" and provide that. Perhaps a cookie or referer url?
Post Reply