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 Solve a Matching Problem for a Given Specific Case
Java Program to Implement TreeMap API
Guide to DelayQueue
An Introduction to Java.util.Hashtable Class
Hướng dẫn Java Design Pattern – Chain of Responsibility
Java Program to Implement Sorting of Less than 100 Numbers in O(n) Complexity
Finding Max/Min of a List or Collection
Using a Spring Cloud App Starter
Java Program to Describe the Representation of Graph using Incidence Matrix
Introduction to Spliterator in Java
Java Program to Implement Bellman-Ford Algorithm
Quick Guide on Loading Initial Data with Spring Boot
Java Program to Compute Discrete Fourier Transform Using the Fast Fourier Transform Approach
Programmatic Transaction Management in Spring
Các chương trình minh họa sử dụng Cấu trúc điều khiển trong Java
Encode/Decode to/from Base64
Spring Boot - Rest Template
Hướng dẫn Java Design Pattern – Facade
Java Program to Implement Depth-limited Search
Spring Boot - Scheduling
OAuth 2.0 Resource Server With Spring Security 5
Tạo số và chuỗi ngẫu nhiên trong Java
Understanding Memory Leaks in Java
Java Program to Implement Cubic convergence 1/pi Algorithm
Template Engines for Spring
So sánh ArrayList và LinkedList trong Java
Java Program to Remove the Edges in a Given Cyclic Graph such that its Linear Extension can be Found
Java Program to Implement Bit Array
Quick Intro to Spring Cloud Configuration
Java Program to Implement ArrayList API
Java – Reader to InputStream
Biểu thức Lambda trong Java 8 – Lambda Expressions