cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get an Http header in NW2004s?

Former Member
0 Kudos

Hello Guys!

We have an application done in Web Dynpro NW2004 that uses HttpServletRequest to obtain Http Headers sent by a reverse proxy.

How can I do this in NW2004s?

Best regards,

Marcelo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the following threads u will get an answer,

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

This link will contain all the information abt Http Header Files and its manipulations..

http://help.sap.com/saphelp_nw04/helpdata/en/78/98528dc06b11d4ad310000e83539c3/frameset.htm

URs GS

Former Member
0 Kudos

Hi,

Check these links they maybe helpful to you

Regards,

SURYA

Former Member
0 Kudos

Hello Guys!

As far as I understand, the class IWDRequest, given by the instruction

IWDRequest req = WDProtocolAdapter.getProtocolAdapter().getRequestObject()

, is a class that encapsulates the HttpServletRequest however, only some methods to get request parameters are available.

Well, I will study another alternative.

Thanks a lot!

Marcelo