cancel
Showing results for 
Search instead for 
Did you mean: 

Data Encryption in BSPs

Former Member
0 Kudos

Taking Brian McKellar's advice, I downloaded an HTTP sniffer and used it to look at the "traffic" that BSPs were creating. Unfortunately, the HTML data which I want to see is encrypted! I know my sniffer is working correctly because I can see HTML on other web pages (such as www.msn.com) but not with BSP output!

What can I do to get around the encryption? In the header I see "content-encoding: gzip" which I guess is some industry standard, so that the decryption at the client does not need proprietary software. Still, I think this needs further explanation: Brian, would you care to talk about it?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181879
Active Contributor
0 Kudos

Just change your browser settings to use only HTTP/1.0. These checkboxes are somewhere under Tools>Options>Advanced.

Gzip compression is only possible in HTTP/1.1.

++bcm

gregorw
Active Contributor
0 Kudos

Hello Paul,

gzip is not encryption, it is only compression.

Use transaction SICF to deactivate the checkbox "Compression (if possible)".

Regards

Regor

Former Member
0 Kudos

Thanks for the help... although we don't have that checkbox set in any of the SICF nodes, I still get the compression! Where else is it defined?

Former Member
0 Kudos

Hi Paul,

on the property tab of each page/view you can define the html-code-compression.

Regards, Bernd