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 Application as a Service
Control Structures in Java
Java 8 Collectors toMap
Java Program to Find Location of a Point Placed in Three Dimensions Using K-D Trees
New Features in Java 8
Java Program to Implement Treap
Java Program to Implement Word Wrap Problem
Java Program to Represent Graph Using 2D Arrays
wait() and notify() Methods in Java
Introduction to Spring Cloud OpenFeign
Java Program to Implement the One Time Pad Algorithm
Java Program to Perform Addition Operation Using Bitwise Operators
Spring Cloud AWS – RDS
Spring Boot with Multiple SQL Import Files
Loại bỏ các phần tử trùng trong một ArrayList như thế nào?
Java Program to Find the Shortest Path from Source Vertex to All Other Vertices in Linear Time
Java Program to Perform Preorder Non-Recursive Traversal of a Given Binary Tree
Java Program to Check Cycle in a Graph using Topological Sort
Java Program to Implement Graph Coloring Algorithm
Automatic Property Expansion with Spring Boot
Java Program to Remove the Edges in a Given Cyclic Graph such that its Linear Extension can be Found
Send an email using the SMTP protocol
A Guide to EnumMap
Java Program to Implement Direct Addressing Tables
Auditing with JPA, Hibernate, and Spring Data JPA
Spring MVC and the @ModelAttribute Annotation
Guide to the Volatile Keyword in Java
Retrieve User Information in Spring Security
Java Program to Delete a Particular Node in a Tree Without Using Recursion
Checked and Unchecked Exceptions in Java
Java Program to Implement First Fit Decreasing for 1-D Objects and M Bins
Chuyển đổi Array sang ArrayList và ngược lại