For R2022a and prior:
Please see what happens when the page is opened in the MATLAB internal web browser.
1) Open Preferences > Debug.
2) Un-check "Use system web browser when opening links to external sites (recommended)." and apply the new preference.
3) Run:
>> web('https://services.mathworks.com/support/service_requests/services/ServiceRequestService');
If you see "This webpage is not available" in the MATLAB internal web browser, please be aware of limitations in the "Specify Proxy Server Settings for Connecting to the Internet" section in the following documentation page: Web Browsers and MATLAB - MATLAB supports non-authenticated, basic, digest, and NTLM proxy authentication types.
- If a proxy with basic authentication is specified, MATLAB only supports HTTP connections. HTTPS connections are not supported.
- You cannot specify the proxy server settings using a script.
- There is no automated way to provide the proxy server settings your system browser uses to MATLAB.
The steps mentioned above might not work for all the users.
As part of troubleshooting step one can try changing the HTML renderer using the following commands (please restart MATLAB after changing the HTML renderer for the new setting to take effect) and see if it resolves the issue:
webutils.htmlrenderer('chromium')
webutils.htmlrenderer('basic')
webutils.htmlrenderer('mozilla')
webutils.htmlrenderer('safari')