When sending request to an API Application via a Dedicated Load Balancer (DLB) with MuleSoft, you may get the following error:
HTTP/1.1 505 HTTP Version Not Supported
A sample curl request that can cause the "505 HTTP Version Not Supported" error as demonstrated below, is caused by a white space in the url "/api/test service":
curl -kv -X GET 'https://lb-test-prod.lb.anypointdns.net/api/test%20service/test
This issue is related to a 3rd party limitation (nginix) used in Dedicated Load Balancers to handle the whitespace, encoded whitespace (%20), and number # (%23) in the URL.
Our MuleSoft Engineering Team has confirmed with nginix that currently it only supports the %20 and %23 characters. Other special characters are currently not supported.
Please refer to the following options to address the issue:
1. If you are using the "%20" space character and/or "%23" characters in the URL, please ensure that in the DLB configuration the Keep URL encoding option is selected.
2. Prevent using whitespace or any other special characters in a URL. Instead, use + characters.
001116355

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.