REST error when calling api refresh token

1
API_Refresh_Token Error :com.mendix.modules.microflowengine.MicroflowException403: Forbiddenat PoseidonSage.API_Refresh_Access (CallRest : 'Call REST (POST)')Advanced stacktrace:Error calling REST serviceat PoseidonSage.API_Refresh_Access (CallRest : 'Call REST (POST)')Advanced stacktrace:at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)Caused by:403: Forbiddenat PoseidonSage.API_Refresh_Access (CallRest : 'Call REST (POST)')Advanced stacktrace:at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) OK
asked
1 answers
0

Hi Paul,

 

The server responded with 403 forbidden.

https://en.wikipedia.org/wiki/HTTP_403

Maybe incorrect credentials? Or a firewall issue?

Did it work before? And if so, what changed?

Did you use the correct url of the server?

 

It may help to set log node "Rest Consume" to "TRACE" to get more detailed info.

 

answered