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 t
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 Updates.
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 i
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 thr
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 the
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
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
f
> -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
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