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:

Spring Boot - Internationalization
Get and Post Lists of Objects with RestTemplate
Introduction to the Functional Web Framework in Spring 5
Hướng dẫn Java Design Pattern – Chain of Responsibility
How To Serialize and Deserialize Enums with Jackson
Phân biệt JVM, JRE, JDK
Java Program to Implement Horner Algorithm
Java Program to Find kth Smallest Element by the Method of Partitioning the Array
Java Program to Implement Interpolation Search Algorithm
Array to String Conversions
Java Program to Implement Expression Tree
Java Program to Find Inverse of a Matrix
Tránh lỗi ConcurrentModificationException trong Java như thế nào?
An Intro to Spring Cloud Task
Java Program to Implement the Alexander Bogomolny’s UnOrdered Permutation Algorithm for Elements Fro...
Java Program to Implement Quick Hull Algorithm to Find Convex Hull
Java Program to Implement Segment Tree
Arrays.asList vs new ArrayList(Arrays.asList())
JPA/Hibernate Persistence Context
Java Program to Implement Levenshtein Distance Computing Algorithm
Java Program to Implement Circular Doubly Linked List
Practical Java Examples of the Big O Notation
Number Formatting in Java
Java Program to implement Bi Directional Map
Spring Boot - Securing Web Applications
Java Program to Implement the Edmond’s Algorithm for Maximum Cardinality Matching
The Spring @Controller and @RestController Annotations
Spring’s RequestBody and ResponseBody Annotations
Converting Java Date to OffsetDateTime
Java Program to Implement the Hungarian Algorithm for Bipartite Matching
Java Program to Implement Floyd Cycle Algorithm
Introduction to Spring Security Expressions