Using $this->url_last_version

Hi,

I try to use this in an own module to inform the users about an update.

// Url to the file with your last numberversion of this module
$this->url_last_version = 'http://myurl.com/versionmodule.txt';

But always I go to modules I got an message that checking the version for this module was unsuccessful.
For example the TXT File on my Server only include “1.5.5”, the version of my module is ‘1.5.4’

I tried to use an URL from another module an than it worked…
Is it possible that it is neccessary to allow the URL in any way?

THX

Hi,
Has anybody used this functionality withnsuccess?

Hi,
it seems that it was an problem with my website/hoster because of forwarding from hhtp to https.
My solution was to configure a subdomain without any forwarding. Now it works.

Thank all of beeing part of finding the problem.