Skip to content

add HTTP2 check for WAP scenario #31

@ChristianWeisse

Description

@ChristianWeisse

Web application proxy used Winhttp for traffic to internal published apps
Winhttp uses HTTP2 at first causing issues with loading resources

it is required to disable http2 via

New-ItemProperty -path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp' -name 'EnableDefaultHttp2' -value '0' -PropertyType 'DWord' -Force | Out-Null

we will use the same logic as in Entra App Proxy tracing BPA fort this

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions