Forum Discussion

Nolan_Jensen_23's avatar
Nolan_Jensen_23
Icon for Nimbostratus rankNimbostratus
Mar 14, 2018

Access Policy adding numbers to webpage

Hello All,

 

I have run across a strange issue and not really sure where to look to resolve.

 

When accessing a webpage directly from the web server that is hosting it I don't see the numbers circled in red in the screen shot below. However if I am going through the F5 it will cause these numbers to show up and not sure why.

 

I was able to identify that if I remove the access policy from this virtual server that the numbers will not show up but I need the access policy for sso to work.

 

my access policy is very simple here are the settings

 

  • Profile scope: Global
  • domain cookie: test.org
  • SSO config: SSOtest.org (which is a basic sso profile)
  • Access policy only has one setting in it which is sso credential mapping

ScreenShot

 

Any ideas on where to look to possible remove these numbers from showing up would be much appreciated.

 

Thanks,

 

Nolan Jensen

 

1 Reply

  • This is not an access policy issue but a chunk issue.

    add this irule to the virtual server:

    when HTTP_RESPONSE {
       if [HTTP::header exists "Transfer-encoding"] {
           HTTP::payload rechunk
       }
    }