Issues with Add Board rest API
Hi,
I am facing issues while trying to create a board via API (http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=Community.boards.add#Community.boards.add).
The query being posted is:
POST /restapi/vc/boards/add HTTP/1.1
Host: philadelphia.demo.lithium.com
Rest-User-Token: XXX
Cache-Control: no-cache
----WebKitFormBoundaryE19zNvXGzXaLvS5C
Content-Disposition: form-data; name="board.id"
6
----WebKitFormBoundaryE19zNvXGzXaLvS5C
Content-Disposition: form-data; name="board.title"
API Testing_Add Board_2
----WebKitFormBoundaryE19zNvXGzXaLvS5C
The api fails with this reponse:
error code=307
message: Invalid Cross-Origin Request. Request origin: 'chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm' contains no matching allowed origin(s).
I am using POSTMAN, a Chrome extension plugin, to call the REST API's. Please note other queries like fetching messages are working absolutely fine.
Thanks,
Ankit