cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver

Former Member
0 Kudos

Hi all,

is possible to delete the http header info from a receiver comm channel HTTP, e.g. protocol info, content-type, user-agent etc?

Thanks

P.Romano

Accepted Solutions (1)

Accepted Solutions (1)

former_member184154
Active Contributor
0 Kudos

Wow, don't think so. What you can do is set your own content type and add your own header fields (as you probably already know).

Consider that http is managed in the ABAP stack (by class CL_HTTP_CLIENT I guess), so if you want to change its behaviour you'll have to hack it somehow.

Alex

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks, Alessandro!

The processor call the method IF_HTTP_CLIENT~SEND of class CL_HTTP_CLIENT

Now I can identify my interface and remove the header fields.

Regards

P.R

Former Member
0 Kudos

Thanks, Alessandro.

I'll try it.

P.R