Prevent users from easily changing the backend API URL of a desktop application

Is it considered a good security practice to prevent users from easily changing the backend URL of a desktop application that connects to a backend server with an SSL protected HTTP API?
One concern is that malicious users could just point… Continue reading Prevent users from easily changing the backend API URL of a desktop application