New Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Hi, I have built casablanca for xbox one as suggested in some post on xbox one forums but i face the following issue. I was trying to send a POST request for an https uri with some custom headers using...
View ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Hi dvgopal, Take a look at the std::error_code field on the http_exception class. In particular look at the value and message. It might tell you more information. Here is the reference documentation....
View ArticleNew Post: Deploying an application using Casablanca SDK
Take a look at the binaries folder for your Visual Studio application. So if you had built a simple command line ConsoleApplication called ConsoleApplication1 for Debug all the dependencies would be...
View ArticleNew Post: steps to create my azure app
Hi Smarzuki, Yes I think it would be possible to deploy an MPI based service into Azure. I don't think we are going to be able to help you with that. It probably would be better if posted on the Azure...
View ArticleCommented Issue: Json string parsing error: \uXXXX (narrow strings) [252]
Under Linux where strings are narrow, json string parsing incorrectly handles \uXXXX escape sequences (ex: \u20AC = €).In version 2.2.0, json_parsing.cpp line 724, the 16 bits char value is truncated...
View ArticleClosed Issue: Json string parsing error: \uXXXX (narrow strings) [252]
Under Linux where strings are narrow, json string parsing incorrectly handles \uXXXX escape sequences (ex: \u20AC = €).In version 2.2.0, json_parsing.cpp line 724, the 16 bits char value is truncated...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.Removed unnecessary Content-Length zero header included on requests with no body on non-Windows.Added usage of Boost...
View ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Thanks Steve! I am getting "specified resource download failed". may be because of cross domain issue. Do you know if casablanca can help in by passing cross domain issue? is there any work around?
View ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
I don't really understand what the underlying problem is so it is hard to say. Can you show any more of your code? Are you using HTTPS? Quickly searching for the error message with IXmlHttpRequest2...
View ArticleEdited Feature: Support Windows Phone Silverlight 8.1 [227]
Hi folks,Our team is using Casablanca for a multi-platform library, including "Windows Phone Silverlight 8.1". By checking the Casablanca source code, we found the provided build on Windows Phone 8.1...
View ArticleCommented Feature: Support Windows Phone Silverlight 8.1 [227]
Hi folks,Our team is using Casablanca for a multi-platform library, including "Windows Phone Silverlight 8.1". By checking the Casablanca source code, we found the provided build on Windows Phone 8.1...
View ArticleEdited Feature: http_client - validate servers with custom certificates [116]
On non-windows platforms, openssl expects all valid certificates to reside in a directory like "/usr/local/etc/openssl". This can be problematic if the user program doesn't have root access, or the...
View ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Steve, Yes i am using HTTPS. I am using http_request to add custom headers and body before sending the request as shown below. I tried with other https url and it returned a 200 OK. but only when i use...
View ArticleCreated Unassigned: Reduce package.config files to only the current compiler...
The package.config files currently cause VS to download both the 110 and 120 versions of Boost. Since we've separated the project files (and they can have separate package.configs) we should only...
View ArticleCreated Unassigned: Increase reported detail from WinHTTP failures [286]
Currently, we only use and report based on the ```dwResult``` field in the ```WINHTTP_ASYNC_RESULT``` structure. This makes it difficult to know specifically what failed when a failure occurs. It would...
View ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Hi Venu, Ah I bet it has something to do with your Authorization header. I think IXMLHttpRequest2 is fussy and might now want you to NOT explicitly specify the header. Instead of formulating the header...
View ArticleCommented Unassigned: please provide a downloadable source tarball [284]
Please provide a source tar.gz, to help debian in package the library.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722275thanksComments: Hi,[0A][0A]I'm not very familiar with Debian packaging, but...
View ArticleCommented Unassigned: please provide a downloadable source tarball [284]
Please provide a source tar.gz, to help debian in package the library.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722275thanksComments: Hi,[0A][0A]I'm not very familiar with Debian packaging, but...
View ArticleEdited Issue: streams - figure out how to avoid having this specialization...
Following TODO needs to be removed:The following issue is from Linux merge on 1206 in astreambuf.h at line 34:```#ifndef _MS_WINDOWS// arturl 1206: figure out how to avoid having this specialization...
View ArticleUpdated Wiki: Setup and Build on Linux
How to setup, build, and run tests on Linux1. Install Ubuntu 14.04 or later.2. Install all the needed build tools and librariessudo apt-get install g++-4.8 git make libboost1.54-all-dev libssl-dev...
View Article