Forum Discussion
nathan
11 years agoExecutive
You're probably hitting a limit on the URL parameter length.
Try adding the message body as data to the post request, like this:
$.post( "/restapi/vc/boards/id/genericboard/messages/post", {
"message.body": vBody,
"message.subject": subject,
"message.author": "/users/login/Per"
} );
Related Content
- 10 months ago
- 3 months ago