Allow user:password in URL

The following URL syntax is no longer supported in Internet Explorer or in Windows Explorer after you install the MS04-004 Cumulative Security Update for Internet Explorer (832894):

http(s)://username:password@server/resource.ext

This change in the default behavior is also implemented by security updates and service packs that were released after the 832894 security update.

By default, this new default behavior for handling user information in HTTP or HTTPS URLs applies only to Windows Explorer and Internet Explorer. To use this new behavior in other programs that host the Web browser control, create a DWORD value named SampleApp.exe, where SampleApp.exe is the name of the executable file that runs the program. Set the DWORD value’s value data to 1 in one of the following registry keys.

For all users of the program, set the value in the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE

For the current user of the program only, set the value in the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE

To disable the new default behavior in Windows Explorer and Internet Explorer, create iexplore.exe and explorer.exe DWORD values in one of the following registry keys and set their value data to 0.

For all users of the program, set the value in the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE

For the current user of the program only, set the value in the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE

Done! Happy Coding!

Related posts:

Java Program to Perform Quick Sort on Large Number of Elements
Abstract class và Interface trong Java
Java Program to Implement the Monoalphabetic Cypher
Java Program to Implement Gauss Seidel Method
Serve Static Resources with Spring
Java Program to Check if a Given Set of Three Points Lie on a Single Line or Not
Find the Registered Spring Security Filters
Finding Max/Min of a List or Collection
Java Program to Implement Euler Circuit Problem
Spring Boot - Tracing Micro Service Logs
Java Program to Implement the Bin Packing Algorithm
Java Program to Check whether Undirected Graph is Connected using BFS
Java Program to Implement ConcurrentLinkedQueue API
Java Program to Implement Flood Fill Algorithm
OAuth2.0 and Dynamic Client Registration
How to Define a Spring Boot Filter?
Java program to Implement Tree Set
Introduction to Spring Data REST
Composition, Aggregation, and Association in Java
Java Program to Implement DelayQueue API
Java Program to do a Breadth First Search/Traversal on a graph non-recursively
Spring Security Authentication Provider
ETags for REST with Spring
Introduction to Using FreeMarker in Spring MVC
New Stream Collectors in Java 9
Java Program to Encode a Message Using Playfair Cipher
Get and Post Lists of Objects with RestTemplate
ExecutorService – Waiting for Threads to Finish
Sử dụng JDBC API thực thi câu lệnh truy vấn dữ liệu
Concrete Class in Java
Java Program to Implement Regular Falsi Algorithm
Java Program to Find Minimum Number of Edges to Cut to make the Graph Disconnected