Re: [Interest] Encode POST data for QNetworkAccessManager

2012-02-01 Thread Thiago Macieira
On Wednesday, 1 de February de 2012 13.18.26, NoRulez wrote: > params.addQueryItem(QLatin1String("regex"), > QLatin1String("\\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,4}\\b")); Use addEncodedQueryItem here and encode it yourself. The + should be %2b. -- Thiago Macieira - thiago (AT) maci

Re: [Interest] Encode POST data for QNetworkAccessManager

2012-02-01 Thread NoRulez
pReply->ignoreSslErrors(); What is the correct way to send/receive a 1:1 copy of the string which I sent? Best Regards NoRulez -Ursprüngliche Nachricht- Von: interest-bounces+norulez=me@qt-project.org [mailto:interest-bounces+norulez=me....@qt-project.org] Im Auftrag

Re: [Interest] Encode POST data for QNetworkAccessManager

2012-01-31 Thread Thiago Macieira
On Tuesday, 31 de January de 2012 18.53.44, noru...@me.com wrote: > Hi, > > I want to send some specific data to a PHP Script. > For example a regular expression. > > My problem now is that a '+' is replaced by a whitespace for example. > > Any hints would be great. You didn't tell us how you e

[Interest] Encode POST data for QNetworkAccessManager

2012-01-31 Thread norulez
Hi, I want to send some specific data to a PHP Script. For example a regular expression. My problem now is that a '+' is replaced by a whitespace for example. Any hints would be great. Thanks in advance Best Regards NoRulez ___ Interest mailing list