New Post: Why different behavior of localhost and 127.0.0.1?
Hi BSalita, What is going on here is how Windows works with HTTP URI namespace reservations. Take a look at these two msdn pages, one explaining for the HTTP Server API (which we build on) and another...
View ArticleNew Post: Why different behavior of localhost and 127.0.0.1?
Thanks for your help. I've figured out the netsh syntax for making a http reservation. I'm documenting here and on StackOverflow. You must have Administrator privileges to add or delete. You must have...
View ArticleCommented Unassigned: Issue while installing on linux (Centos) [86]
I tried installing on ubunto and centos....but issue occurred when i execute make command (step 8) as mentioned in...
View ArticleNew Post: Creating restful services using CasaBlanca
Hi everyone, we have large mfc application and we wanted to convert this in to a web app. so i am trying to find out different approaches for the same. so in that process i thought of using CasaBlanca...
View ArticleCommented Unassigned: Prevention of Mismatching .lib and .dll files. [85]
To prevent mismatching .lib and .dll files in Debug/Release and 32/64, there should be both a visual difference and an erroring during linking. Currently there is a naming difference between...
View ArticleCommented Unassigned: ERROR: Build on Linux [84]
Hi,I follow all the build instructions from "documentation" and I try do compile (make all) but it occurs some errors:Compiling streams/linux/fileio_linux.cpp ->...
View ArticleEdited Unassigned: ERROR: Build on Linux Boost 1.48 [SOLVED] [84]
Hi,I follow all the build instructions from "documentation" and I try do compile (make all) but it occurs some errors:Compiling streams/linux/fileio_linux.cpp ->...
View ArticleCreated Unassigned: Proxy Use Cuts Response Body [87]
We were implementing the use of a proxy in making simple get requests (code below), and we noticed that when we receive the response from this call, the body is an empty string. This does not...
View ArticleCreated Feature: Linux/non-Microsoft http_client proxy support [88]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleCreated Unassigned: Linux/non-Microsoft http_client authentication support [89]
Support for some http authentication schemes in http_client on Linux and other non-Microsoft platforms
View ArticleEdited Feature: Linux/non-Microsoft http_client proxy support [88]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleCommented Feature: Full feature parity between Windows and Linux platforms...
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleClosed Feature: Full feature parity between Windows and Linux platforms (for...
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleClosed Unassigned: Aborted(Core Dumped) [74]
Hi,web::http::client::http_client client("http://10.18.26.63:8080");client.request(web::http::methods::GET, ("/wm/device/")).then([=](pplx::task<web::http::http_response> task){...}I have used...
View ArticleCommented Unassigned: Issue while installing on linux (Centos) [86]
I tried installing on ubunto and centos....but issue occurred when i execute make command (step 8) as mentioned in...
View ArticleUpdated Wiki: Setup and Build on Linux
How to setup, build, and run tests on Linux 1. Install Ubuntu 12.04 or later.2. Install git. Open the terminal app (bash) and type:sudo apt-get install git 3. Clone the project using Git (it will be...
View ArticleCommented Unassigned: Proxy Use Cuts Response Body [87]
We were implementing the use of a proxy in making simple get requests (code below), and we noticed that when we receive the response from this call, the body is an empty string. This does not...
View ArticleCommented Feature: Client Side Certificates [41]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleCommented Feature: Client Side Certificates [41]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleNew Post: Creating restful services using CasaBlanca
Hi vijaypothireddy, It is difficult to know if moving from a large MFC application to a web app is right for you without understanding more. The places Casablanca specifically could be useful is around...
View Article