Commented Unassigned: Can't listen on 'well known' ports below 1024 [82]
I set up a http_listener on port 1234 and everything works fine. But on ports below 1024 ist doesn't work. What's the reason ?I'm working on Windows 8.1.Comments: Hi Tunichtgut, The port numbers below...
View ArticleNew Post: Cannot capture the http traffic in Fiddler
Hi, I wrote a simple application using this SDK. It simply sends an http request to a remote server and gets the response. My application works fine. I get the correct response. The issue is I want to...
View ArticleCommented Unassigned: Cannot capture the http traffic in Fiddler [81]
Hi, I wrote a simple application using this SDK. It simply sends an http request to a remote server and gets the response. My application works fine. I get the correct response. The issue is I want to...
View ArticleCommented Unassigned: Can't listen on 'well known' ports below 1024 [82]
I set up a http_listener on port 1234 and everything works fine. But on ports below 1024 ist doesn't work. What's the reason ?I'm working on Windows 8.1.Comments: Thanks very much, that's it. I never...
View ArticleNew Post: Cannot capture the http traffic in Fiddler
Hi Tiano, Can you try taking a look at the instructions on Fiddler's site for using with Windows 8 applications:http://docs.telerik.com/fiddler/configure-fiddler/tasks/ConfigureFiddlerForWin8 With I...
View ArticleCommented Unassigned: Cannot capture the http traffic in Fiddler [81]
Hi, I wrote a simple application using this SDK. It simply sends an http request to a remote server and gets the response. My application works fine. I get the correct response. The issue is I want to...
View ArticleClosed Unassigned: Cannot capture the http traffic in Fiddler [81]
Hi, I wrote a simple application using this SDK. It simply sends an http request to a remote server and gets the response. My application works fine. I get the correct response. The issue is I want to...
View ArticleEdited Unassigned: Cannot capture the http traffic in Fiddler [81]
Hi, I wrote a simple application using this SDK. It simply sends an http request to a remote server and gets the response. My application works fine. I get the correct response. The issue is I want to...
View ArticleNew Post: Why different behavior of localhost and 127.0.0.1?
Why does localhost:3901 work ok, but 127.0.0.1:3901 doesn't work (hangs browser before timing out)? Shouldn't they operate the same way? I'm using Windows 8.1. I'm new so maybe I'm missing something...
View ArticleCreated Unassigned: Support XML [83]
I don't think the REST SDK can be thought of as well featured without XML support. I'm wanting XML support similar in usage to JSON. I'm using PUGI XML as a workaround and can recommend it.
View ArticleNew Post: Why different behavior of localhost and 127.0.0.1?
From our tests, we did not find any problems. Can you post your complete code to help us repro. Thanks
View ArticleClosed Unassigned: Can't listen on 'well known' ports below 1024 [82]
I set up a http_listener on port 1234 and everything works fine. But on ports below 1024 ist doesn't work. What's the reason ?I'm working on Windows 8.1.
View ArticleEdited Unassigned: Can't listen on 'well known' ports below 1024 [82]
I set up a http_listener on port 1234 and everything works fine. But on ports below 1024 ist doesn't work. What's the reason ?I'm working on Windows 8.1.
View ArticleEdited Feature: Support XML [83]
I don't think the REST SDK can be thought of as well featured without XML support. I'm wanting XML support similar in usage to JSON. I'm using PUGI XML as a workaround and can recommend it.
View ArticleNew Post: Cannot capture the http traffic in Fiddler
Hi Steve, Thanks for your reply. I tried looking at the Win8 config on fiddler, but I didn't see any config related to this. Actually my application was simply a console application and I was running...
View ArticleNew Post: Cannot capture the http traffic in Fiddler
Hi Tiano, Ok if you are using a desktop application then you need to follow the instructions for WinHttp, the API we build on top of. It sounded like you were using a Windows 8 store application. Take...
View ArticleCreated 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 ArticleNew Post: Why different behavior of localhost and 127.0.0.1?
Something is really strange on my system. Maybe it's related to this issue, maybe not. I'm posting a uri issue on a new thread.
View ArticleNew Post: web::http::uri broken in v1.4 for Debug/32?
I'm getting different results between Debug/32 and Release/32 for the following code with C++ Rest 1.4 using VS 2013. The code works in Release but in debug, inspecting uri contains bogus contents. Is...
View ArticleNew Post: Error: setup and build on Linux
I follow the steps to setup and build on linux, but when I try to compile (make all) some errors occur: Compiling streams/linux/fileio_linux.cpp -> streams/linux/fileio_linux.Debug32.o In file...
View Article