cancel
Showing results for 
Search instead for 
Did you mean: 

Eventmesh POST getting HTTP 403 frobidden error in Postman.

ravi_nagarvwr
Explorer
0 Kudos

hello Experts,

I am developing a scenario on Event Mesh and following the blog: https://community.sap.com/t5/technology-blogs-by-members/guide-step-by-step-procedure-to-send-and-re...

I have created a queue named "SAP/BTP/Ravi/test_queue".

I am trying to post data in this queue using Postman but I am getting 403 Forbidden error in Postman.

  • Method: POST
  • URL: https://<URI from key service key>/messagingrest/v1/queues/SAP/BTP/Ravi/test_queue/messages
  • Authentication: OAuth

ravi_nagarvwr_0-1707385257264.png

Can you please guide me on how I can find what is the issue here?

 

Thanks,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

ravi_nagarvwr
Explorer
0 Kudos

Found the issue:

The issue was in URL.

Format: <Host>messagingrest/v1/queues/<queuename>/messages

if your queue name consists of "/" then encode the queue name and use it in Postman.

i.e. - <host>/messagingrest/v1/queues/SAP%2FBTP%2Ravi%2Ftest_queue/messages

 

 

Answers (0)