Nathan Osman
Nathan Osman
Aha! I was able to get `text/plain; charset=UTF-8` after switching to a POST request. I'll see if I can figure out what is causing this to happen.
By authentication, do you mean verifying the certificate presented by the server? If so, this is handled by Firefox. REST Easy piggybacks on XMLHttpRequest, using some extra privileged methods to...
One possible option (assuming you don't need the `DELETE` constant from `winnt.h`) is to add the following line before including `socket.h`: ```c++ #undef DELETE #include ``` As for a long...
Awesome! I'll take a look when I get home this evening.
Thank-you so much for contributing some code. I would love to add support for Qt 4.x but there are a couple of issues with the pull request that would need...
What signal changes? I'm looking through the list of C++ API changes for 5.15, but I don't see any signal changes for QtNetwork: https://doc.qt.io/qt-5/sourcebreaks.html
Yes, and I would probably consider splitting the class up at that point. There would be a base class `Socket` and two classes that derive from it, `ServerSocket` and `ClientSocket`....
Awesome, that sounds great.
This is by design, since it would otherwise become impossible to view directory listings for and directory with an `index.html` file present. That being said, I understand why this would...
Can someone please merge this? Having the text go all the way to the edge of the screen looks ugly: 