Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live
↧

New Post: CORS question

I am using http_listener to implement a server. However http posts from a javascript webpage are not retrieving a response. I am told that this is probably due to lack of HTTP access control (CORS)...

View Article


Commented Feature: OAuth 2.0 Support [28]

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 will...

View Article


Edited Issue: potential memory leaks in streams file I/O [189]

I still haven’t figured out in the non-error path who is responsible for deleting this buffer. One immediate problem is we allocate a buffer on the heap in many places like the following in...

View Article

Edited Feature: websocket_client - provide ability to register call back...

The websocket_client class does not provide the ability to attach a call back handler for received messages. One of the benefits of web socket is that the client does not need to keep polling for...

View Article

Edited Issue: websocket_client - Finalize behavior if close() doesnt receive...

When the client initiates a close, we send a close to the server and return a task completion event. The event will be signalled when a close frame is received from the server. What if the client does...

View Article


Edited Issue: websocket_client testcase receive_text_msg_fragments fails [153]

Sending fragmented messages from POCO test server is failing. It is a test issue. testcase: receive_msg_tests:receive_text_msg_fragments

View Article

Edited Issue: websocket_client testcase receive_text_msg_fragments fails [153]

Sending fragmented messages from POCO test server is failing. It is a test issue. testcase: receive_msg_tests:receive_text_msg_fragments

View Article

Edited Issue: websocket_client - set_data using istream should have a default...

codereview comment from Steve:"Should the len variable default to some value which means read until the end of the stream?"While setting data on a websocket outgoign message using stream interfaces,...

View Article


Edited Issue: Linux and OS X: progress_handler tests are disabled [136]

Need to be re-enabled.

View Article


Edited Issue: http client - on Linux always restablishes connection [130]

Run any http client request in a for-loop. Notice that connection is being restablished every time, i.e. the codepath goes through handle_resolve, handle_connect etc, which should be done only on the...

View Article

Commented Issue: http client - on Linux always restablishes connection [130]

Run any http client request in a for-loop. Notice that connection is being restablished every time, i.e. the codepath goes through handle_resolve, handle_connect etc, which should be done only on the...

View Article

Closed Feature: streams - add the ability to clear a stream/streambuffer to...

This is a customer reported issue: https://casablanca.codeplex.com/discussions/439334#post1028065Basically a customer wants to be able to re-use the same streambuffer to read the response from an HTTP...

View Article

Edited Feature: websocket_client: Expose the boost native handle to set...

A customer has requested support for client certificates in our desktop websocket implementation.One option is to expose the boost native handle so that users can set the certificate themselves.

View Article


Edited Issue: JSON serializer generates invalid JSON in non-C locales [118]

Using Casablanca 2.0, compile and run the following program:```#include <assert.h>#include <locale.h>#include <cpprest/json.h>int main(){ setlocale(LC_ALL, "fr-FR"); auto x =...

View Article

Edited Issue: Jenkins GatedCheckin: setup prebuild merge [202]

We have setup Gated commit using Jenkins. Developers must push their changes to the staging branch. The GatedCheckin project will perform validation and push the changes to origin/development.However,...

View Article


Created Unassigned: Add additional error parameter to datetime::from_string...

1601-01-01T00:00:00Z is a valid date, but it not distinguishable from an error.We should add an output parameter error to `from_string`, something like this:```datetime __cdecl...

View Article

New Post: How to grab URI segments?

Hi What URI are you specifying while constructing the listener? relative_uri should contain the URI path, query and fragment path of the request message. Could you also take a look at the request_uri...

View Article


Closed Unassigned: XPath 2.0 support [53]

I understand its the toughest thing to implement as its being __13 years__, Microsoft is __unable to implement__ XPath 2.0 in any of its technologies; Windows, VB, C++, Internet Explorer and even .NET...

View Article

Closed Unassigned: XPath 1.0 support [52]

Please support XPath 1.0, so the markup can be transformed natively.Comments: We won't be adding XPath support.

View Article

Edited Issue: datetime::parsing_time_roundtrip_datetime_invalid1 test failure...

On non-windows platforms, the parsing_time_roundtrip_datetime_invalid1 test fails. This means that certain invalid date formats will not be handled correctly (garbage in will give unrelated garbage...

View Article
Browsing all 4845 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>