Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8515739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:13:51+00:00 2026-06-11T05:13:51+00:00

I have a Windows 8 app that builds a string and posts to https:

  • 0

I have a Windows 8 app that builds a string and posts to https: using WebAuthBroker. Relevant code is below.

The problem is that WebAuthBroker takes this URI and cannot connect, but when I hand=post this URI into IE, it works fine.

Running VS2012 on Windows 8.
In Package.appmanifest, have enabled Enterprise Authentication, Internet(Client), Internet(Client&Server), Private Networks(Client & Server), and Shared User Certificates.

            async Task AuthenticateAsync()
    {
        var requestUriStr = string.Format("{0}?client_id={1}&response_type=token&redirect_uri={2}", logonUriString, clientId, redirectUriString);

        requestUriStr += "&scope=stream";

        var requestUri = new Uri(requestUriStr, UriKind.RelativeOrAbsolute);
        var redirectUri = new Uri(redirectUriString, UriKind.RelativeOrAbsolute);

        var result = await WebAuthenticationBroker.AuthenticateAsync(WebAuthenticationOptions.None, requestUri, redirectUri);

        if (result.ResponseStatus != WebAuthenticationStatus.Success)
        {
            throw new Exception("Login failed: " + result.ResponseErrorDetail);
        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T05:13:52+00:00Added an answer on June 11, 2026 at 5:13 am

    I found my problem. From: http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/13d3742d-4b6b-444e-840e-a4db11462a08

    Turns out that if you use Fiddler to debug your HTTP requests, it will
    make WebAuthenticationBroker stop working. This may or may not be
    related to the “Decrypt HTTPS traffic” options provided in this app,
    but as soon as I closed Fiddler, WebAuthenticationBroker started
    working again. I can replicate the bug at will by starting Fiddler
    again, and resolve the problem by closing it.

    I didn’t make advanced researches as whether or not enabling or
    disabling the HTTPS options of Fiddler will impact the use of the
    WebAuthenticationBroker class and methods, but on first sight it looks
    like barely disabling HTTPS will make it working again. I usually
    close it personally to be on the safer side.

    So I had Fiddler open the whole time I was writing / debugging. I closed Fiddler, and it worked the first time!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I create Android app builds similar to Windows code builds? I have
I have a windows app that runs correctly in my PC that is 96DPI
This is the situation. I have a windows form app that uses an access
I have a windows mobile app (mymobiler) that i am trying to install and
What I have is a C# windows app that reads a bunch of SQL
I have an In-house windows form app that I would like to use Spell
I have a windows phone 7.1 app that tries to get data from a
I have a listbox for a Windows Phone 7 app that displays info parsed
I have been working with a Windows Mobile 6 app that is built with
I have a qt app that is defaulting to looking like windows 98. Is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.