Viewing 3 replies - 1 through 3 (of 3 total)
  • It sounds like you’re trying to overload browser behavior that would typically initiate basic authentication.

    WordPress may be stripping the raw at sign (the plugin shouldn’t do anything to it). Was the at sign correctly displayed in the plugin settings page?

    When you tried the URL-encoded version, did you try %40? Your post suggests you had an extra percent sign.

    Thread Starter austinbeam

    (@austinbeam)

    Sorry about the extra %, that was my mistake in the post. I used it correctly in my testing.

    To answer your first question, yes, it displays correctly in the settings page.

    None of the methods I’ve tried work, but truly it’s not a valid mechanism for HTTP Auth logout anyway.

    Ideally, there would be a better mechanism for logging out. Do you have any suggestions? The default link puts me in a loop of this page upon “Logout” (I’ve removed the server name):
    Server Logout Loop

    If you there’s no way to force the browser not to send the credentials (e.g., some authentication mechanisms support a separate logout mechanism) then the simplest option is to send them to a URL that doesn’t ask for the credentials. Depending on your configuration this may need to be on a separate domain name.

    Hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTP Logout’ is closed to new replies.