Custom Moodle App prepends www to hostname

Re: Custom Moodle App prepends www to hostname

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi Leon,

the Moodle Mobile app always perform the same steps to connect to a site:

  1. Try the input URL with https protocol.
  2. If it fails, add or remove 'www' from the URL and try again with https protocol.
  3. If it fails, try the input URL with http protocol.
  4. If it fails, add or remove 'www' from the URL and try again with http protocol.

If you look at the network tab you should see those 4 requests.

Cheers,

Dani

Average of ratings: Useful (1)