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 Compute DFT Coefficients Directly
Filtering and Transforming Collections in Guava
How to Delay Code Execution in Java
Câu lệnh điều khiển vòng lặp trong Java (break, continue)
Join and Split Arrays and Collections in Java
HttpClient 4 – Follow Redirects for POST
Java Program to Implement Floyd-Warshall Algorithm
A Guide to System.exit()
Spring Boot - Build Systems
Introduction to PCollections
Java Program to Implement Interpolation Search Algorithm
So sánh ArrayList và Vector trong Java
New Stream Collectors in Java 9
Java Program to Check Whether a Directed Graph Contains a Eulerian Path
Spring Data JPA and Null Parameters
Java program to Implement Tree Set
Hướng dẫn Java Design Pattern – Service Locator
Introduction to Project Reactor Bus
Java Program to Implement Quick sort
Java Program to Solve Tower of Hanoi Problem using Stacks
A Quick Guide to Spring MVC Matrix Variables
Java Program to Implement ConcurrentHashMap API
Java Program to Apply DFS to Perform the Topological Sorting of a Directed Acyclic Graph
Summing Numbers with Java Streams
Java Program to Check if a Directed Graph is a Tree or Not Using DFS
Implementing a Runnable vs Extending a Thread
Java Program to Implement Network Flow Problem
Using Spring ResponseEntity to Manipulate the HTTP Response
Java Program to Generate Random Numbers Using Probability Distribution Function
Java Program to Create a Random Graph Using Random Edge Generation
Java Program to Perform Preorder Recursive Traversal of a Given Binary Tree
Java Program to Find Transitive Closure of a Graph