cancel
Showing results for 
Search instead for 
Did you mean: 

Error during API Proxy URL test

Vijay
Active Contributor
0 Kudos

Hello Experts,

Need your help with an issue I am facing in API Management service in my SCP trial account. I am trying to expose the standard sales order service API_SALES_ORDER_SRV as an API Proxy from 1809 On premise system.

I have done all the configuration and when I click on the API proxy URL to test it, It gives the below error.

PS: The same is working fine when I test it connecting to 1709 system (in 1709 version CRUD operations not available for this service)

Vijay
Active Contributor
0 Kudos

The issue is resolved with the help of SAP mentor Arti Gopalan. Thanks Arti for your Help with this.

The issue is resolved by changing the request Header to accept-encoding "br" . The below is the code i put in the Target Postflow under AssignMessage policy.

<Set><Headers><Header name='accept-encoding'>br</Header></Headers></Set>

Regards

Vijay

Accepted Solutions (0)

Answers (0)