Author Message
WaleryKokarev
Joined: May 26, 2014
Messages: 2
Offline
Hi!

I'm trying to make use of REST API that appeared in POM 3.1 but even a simple request to show all lists http://<host>/VP_POM_Service/contactlist/list/ gives HTTP 403 Forbidden.

To authenticate I'm using HTTP header Authorization: Basic <base64> providing login and correct password of the valid user of the AAEP.

All roles are enabled for this user in the EPM including POM Campaign Manager and POM Administration.

So something is defenitely goes wrong.
But nothing new appears in $POM_HOME/logs when it happens.

Does REST server itself produce any logs? I'm not sure if it gets the request. Probably authentication is done separately and requests are not passed to the REST server.


Where to look for the details on what is going on?
AlexeyTyutvin3
Joined: Jun 6, 2011
Messages: 3
Offline
Please help, I have the same problem with POM and REST API.
gazta
Joined: Apr 13, 2016
Messages: 1
Offline
I have managed to get the request running, besides configuring the Authentication you need to add the X-Requested-With: rest and Content-Type : application/json in the header.

The test has been done on SOAPui 5.4
Go to:   
Mobile view