Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on Blue Coat? in the Shared & Semi-Dedicated forum
As I was viewing my PHP $_SERVER variables, I've noticed this: [HTTP_X_BLUECOAT_VIA] => 00F5E9FC7ACFBCA9 Anyone have an idea what it is? Also, when I used ...

  1. #1
    JPC Member
    Join Date
    Oct 2002
    Posts
    23

    Blue Coat?

    As I was viewing my PHP $_SERVER variables, I've noticed this:
    [HTTP_X_BLUECOAT_VIA] => 00F5E9FC7ACFBCA9

    Anyone have an idea what it is?

    Also, when I used a web proxy (CGI Proxy) to view the $_SERVER vars, it disappeared.

    I was wondering if I can use it to block users who use web based proxies to view my site.

    Thanks for any input.

  2. #2
    JPC Addict
    Join Date
    Dec 2001
    Posts
    189
    dont know what it is - am sure interested

    I do know that blue coat the company specialize in content scanning of web services - so maybe its something to do with that.

  3. #3
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Generally, any time a header contains an "X" (any server variable that begins with HTTP was sent as an HTTP header with the request for your script) it means that it is an application specific header, which you won't generally see. A quick Google search for Bluecoat revealed Blue Coat Systems http://www.bluecoat.com, which makes firewall hardware. Are you, perhaps, accessing your site from work when you see that variable? It looks like your request probably passed through a BlueCoat device.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  4. #4
    JPC Member
    Join Date
    Oct 2002
    Posts
    23
    So I guess it has nothing to do with the server I'm hosted on. Oh well, it was worth a shot.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •