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 Implement CountMinSketch
Spring Cloud AWS – S3
Lập trình mạng với java
Java Program to Check Whether an Undirected Graph Contains a Eulerian Path
Java Program to Implement an Algorithm to Find the Global min Cut in a Graph
Java Program to Implement the Hungarian Algorithm for Bipartite Matching
Java Program to Find the Number of Ways to Write a Number as the Sum of Numbers Smaller than Itself
Quick Guide to java.lang.System
Feign – Tạo ứng dụng Java RESTful Client
Java Program to Generate All Possible Subsets with Exactly k Elements in Each Subset
Java Program to Implement Strassen Algorithm
Hướng dẫn Java Design Pattern – Adapter
Java Program to Compute Cross Product of Two Vectors
Spring Security Registration – Resend Verification Email
Java Program to Generate All Subsets of a Given Set in the Lexico Graphic Order
The DAO with JPA and Spring
Dynamic Proxies in Java
Instance Profile Credentials using Spring Cloud
Giới thiệu Design Patterns
Injecting Prototype Beans into a Singleton Instance in Spring
Java Program to implement Array Deque
How to Read a Large File Efficiently with Java
Java Program to Check Whether a Given Point is in a Given Polygon
Java Program to Implement Ternary Heap
Tạo số và chuỗi ngẫu nhiên trong Java
Apache Commons Collections MapUtils
The Java 8 Stream API Tutorial
How to Remove the Last Character of a String?
New Features in Java 15
Guide to Escaping Characters in Java RegExps
Prevent Cross-Site Scripting (XSS) in a Spring Application
Java Program to Implement Hash Trie