Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP HTTP Client removing the oauth token

former_member210955
Active Participant
0 Likes
702

Hi All,

Our flow is stateful and is invoked by a regular function module.

ABAP program -> FM -> Our ABAP classes -> ABAP HTTP Client -> External HTTP Server . Our ABAP class is invoked in a singleton way so in a stateful session the same ABAP class is invoked which in turn reuses the same HTTP client for subsequent HTTP requests.

We authenticate with the external HTTP server using OAuth. We set the HTTP client with the OAuth token during the initialisation of the ABAP class.

It seems randomly the token from the HTTP request is removed.

Best Regards,

Saurav

Hi All,

Our flow is stateful and is invoked by a regular function module.

ABAP program -> FM -> Our ABAP classes -> ABAP HTTP Client -> External HTTP Server . Our ABAP class is invoked in a singleton way so in a stateful session the same ABAP class is invoked which in turn reuses the same HTTP client for subsequent HTTP requests.

We authenticate with the external HTTP server using OAuth. We set the HTTP client with the OAuth token during the initialisation of the ABAP class.

It seems randomly the token from the HTTP request is removed.

Best Regards,

Saurav

0 REPLIES 0