Skip to content

Add missing API for Browser #282

@Clounea

Description

@Clounea

Summary

When I try the IHttpModule and HttpApplication in the adapter, I found that some properties of HttpBrowserCapabilities are used in my module(in Sharepoint Online) but they are not supported.

Motivation and goals

Some properties of HttpBrowserCapabilities are used in my module(in Sharepoint Online) but they are not supported. I wonder if there is plan to support the API.

In scope

HttpBrowserCapabilities.Type
HttpBrowserCapabilities.this[]
HttpCapabilitiesBase.PreferredRequestEncoding

Usage example:

HttpBrowserCapabilities.Type

String.IsNullOrEmpty(request.Browser.Type)

HttpBrowserCapabilities.this[]

context.Request.Browser["needsRedirect"]  is true

HttpCapabilitiesBase.PreferredRequestEncoding

context.Request.ContentEncoding = context.Request.Browser.PreferredRequestEncoding

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions