Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-19 Thread Mårten Nordheim
On 18.09.2018 16:28, Kevin wrote: Thanks for all the responses An xml file can be compressed , too  Accept-Encoding is just a hint to the server which compression the client accepts, and the server is free to ignore it. So I doubt that's the issue. I am just uploading whatever the repogen

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread Kevin Wang
Are you sure your server is serving the correct data now? Like I mentioned, I do not have much experience with web servers. I'm not really sure, as it seems to be a basic web server set up with Bluehost, nothing fancy. All I know is that I uploaded the generated repository via FTP. The

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread Thiago Macieira
On Tuesday, 18 September 2018 07:28:51 PDT Kevin wrote: > > Is it possible for you to lighten the restriction on the User-Agent in > > ModSecurity in this case? > > I have tried to disable modsecurity completely to debug this issue, and > it does not help unfortunately. Are you sure your server

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread coroberti .
On Tue, Sep 18, 2018 at 5:28 PM, Kevin wrote: > > Thanks for all the responses > > My guess is the "?-915259074 " part of the url is what makes the server fail. > > To prevent caching, you may wish instead to add header: > Cache-Control: no-store > > For the above suggestions, how do I do that

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread Kevin
Thanks for all the responses An xml file can be compressed , too  Accept-Encoding is just a hint to the server which compression the client accepts, and the server is free to ignore it. So I doubt that's the issue. I am just uploading whatever the repogen tool created for me. My guess is

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread coroberti .
On Tue, Sep 18, 2018 at 9:59 AM, Kai Koehne wrote: > > >> -Original Message- >> From: Interest On >> Behalf Of Kevin Wang >> Sent: Tuesday, September 18, 2018 1:33 AM >> To: Qt Project >> Subject: [Interest] IFW issue: HTTP request returns a

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread Mårten Nordheim
Hey, I used curl a bit to test things out with the address you provided. The request is rejected by "Mod_Security" seemingly due to the User-Agent. The options here are limited since it seems IFW doesn't let you change User-Agent ( https://bugreports.qt.io/browse/QTIFW-671 ). Is it possible

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread Kai Koehne
> -Original Message- > From: Interest On > Behalf Of Kevin Wang > Sent: Tuesday, September 18, 2018 1:33 AM > To: Qt Project > Subject: [Interest] IFW issue: HTTP request returns a Not Acceptable > > Hi All, > > > I am attempting to utilize t

[Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-17 Thread Kevin Wang
Hi All, I am attempting to utilize the Qt Installer Framework for our company's software. I am just starting out and am running into some issues. I uploaded the generated repo to our website, and linked the repo in the installer. When I run the installer and attempt to fetch the remote repo