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:

Cơ chế Upcasting và Downcasting trong java
An Intro to Spring Cloud Vault
Java Program to Check if a Point d lies Inside or Outside a Circle Defined by Points a, b, c in a Pl...
Bootstrap a Web Application with Spring 5
Difference Between Wait and Sleep in Java
Uploading MultipartFile with Spring RestTemplate
Wiring in Spring: @Autowired, @Resource and @Inject
Java Program to Perform String Matching Using String Library
StringBuilder vs StringBuffer in Java
So sánh HashSet, LinkedHashSet và TreeSet trong Java
Spring Boot: Customize the Jackson ObjectMapper
Java Program to Check for balanced parenthesis by using Stacks
Spring Security – security none, filters none, access permitAll
Check If Two Lists are Equal in Java
Java Program to Implement Flood Fill Algorithm
Cài đặt và sử dụng Swagger UI
Calling Stored Procedures from Spring Data JPA Repositories
Java Program to Check Multiplicability of Two Matrices
Java Program to Check Whether a Weak Link i.e. Articulation Vertex Exists in a Graph
Call Methods at Runtime Using Java Reflection
Chuyển đổi giữa các kiểu dữ liệu trong Java
Why String is Immutable in Java?
Java Program to Give an Implementation of the Traditional Chinese Postman Problem
Spring Security Authentication Provider
Injecting Prototype Beans into a Singleton Instance in Spring
Converting a List to String in Java
Converting a Stack Trace to a String in Java
Hướng dẫn sử dụng Printing Service trong Java
Java Program to Implement Ford–Fulkerson Algorithm
An Introduction to ThreadLocal in Java
Spring Data MongoDB – Indexes, Annotations and Converters
Java Program to Implement Sorted Array