Skip to content

Commit

Permalink
Add X-Support-HTTP-Auth: header for ocserv
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Feb 24, 2015
1 parent 1650eac commit 7e81ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cstp.c
Expand Up @@ -1148,6 +1148,7 @@ void cstp_common_headers(struct openconnect_info *vpninfo, struct oc_text_buf *b
buf_append(buf, "X-AnyConnect-Platform: %s\r\n",
vpninfo->platname);
}
buf_append(buf, "X-Support-HTTP-Auth: true\r\n");

append_mobile_headers(vpninfo, buf);
}

0 comments on commit 7e81ac6

Please sign in to comment.