[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2017-09-20 Thread Stephen Lyons
Please go to the migrated issue on Github https://github.com/Mudlet/Mudlet/issues/570 - although we have fixed the original issue so I do not quite get what your issue is! -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2017-09-06 Thread chawila chawila
So how can i solve that problem in QT/Qml?. i want to access the image from the server, but i get (Not acceptable). -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1366781 Title: Fake useragent stri

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2017-03-31 Thread Vadim Peretokin
Migrating issues to Github, please follow the new discussion here: https://github.com/Mudlet/Mudlet/issues/570 This issue needs to be closed and there is no appropriate status, so will set it to "Opinion" just for migration purposes. ** Changed in: mudlet Status: In Progress => Opinion **

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2016-10-08 Thread Stephen Lyons
This issue should be addressed as part of another bug fix, in Pull Requests https://github.com/Mudlet/Mudlet/pull/323 (development) AND https://github.com/Mudlet/Mudlet/pull/324 (release_30) branches. -- You received this bug notification because you are a member of Mudlet Makers, which is subscr

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2016-10-06 Thread Stephen Lyons
This issue should be addressed as part of another bug fix, in Pull Requests https://github.com/Mudlet/Mudlet/pull/323 (development) AND https://github.com/Mudlet/Mudlet/pull/324 (release_30) branches. -- You received this bug notification because you are a member of Mudlet Makers, which is subscr

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2016-10-04 Thread Stephen Lyons
This issue should be addressed as part of another bug fix, in Pull Requests https://github.com/Mudlet/Mudlet/pull/323 (development) AND https://github.com/Mudlet/Mudlet/pull/324 (release_30) branches. ** Changed in: mudlet Status: New => In Progress -- You received this bug notification b

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2015-05-19 Thread Vadim Peretokin
It's not something we'll have in 3.0, as that is frozen - but the release after that would be able to include it. -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1366781 Title: Fake useragent string

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2015-05-18 Thread Colin L Crowley
I realize now I only referenced a line number earlier, which is subject to change (currently appears to be 8593). The line the user agent definition needs to be added after is: QNetworkRequest request = QNetworkRequest( QUrl( _url ) ); I have no familiarity with QT myself and limited familiarity

Re: [Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2014-09-09 Thread Vadim Peretokin
Sounds OK. Should test it with Dropbox that we can still download from there, that is one of the more popular locations for hosting stuff that Mudlet scripts download. On Wed, Sep 10, 2014 at 4:00 AM, Stephen Lyons <1366...@bugs.launchpad.net> wrote: > Ah, right, well I'll code in "Mudlet/." then

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2014-09-09 Thread Stephen Lyons
Ah, right, well I'll code in "Mudlet/." then. ** Changed in: mudlet Assignee: (unassigned) => Stephen Lyons (slysven) ** Changed in: mudlet Importance: Undecided => Low -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https:

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2014-09-08 Thread Colin L Crowley
As long as the user agent string is almost anything but "Mozilla/5.0", it'll be fixed. It's running into a default apache Mod_Security rule that looks for that exact string. There isn't really any conceivable reason changing it should mess up current scripts. If there is somehow concern about that

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2014-09-08 Thread Stephen Lyons
So either "Mudlet/." or "Mozilla/5.0 (Mudlet/.)" with and parsed from the APP_VERSION #define. Then hope that we don't break it for other users who have gotten away with "Mozilla/5.0" so far. -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed t

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2014-09-08 Thread Vadim Peretokin
The default comes from Qt... that function just needs to download a file, not render a webpage, so I think we just should do research on what would be a good user agent string these days and set it to that. I don't think we need to provide a function to have the user change it, given how this has c

[Mudlet-makers] [Bug 1366781] Re: Fake useragent string causing 406 Errors on Apache Servers with default configuration

2014-09-08 Thread Stephen Lyons
We could produce the modification to do this quite easily to comply with RFC2616 {http://www.ietf.org/rfc/rfc2616.txt} but the questions are: * should Mudlet's UA string begin with "Mozilla/5.0" - I think it has to, but it must include additional stuff to make it clear that it is NOT the famous