About 1,402,562 results (1,339 milliseconds)

lua-resty-http POST request timeouts

https://groups.google.com/g/openresty-en/c/ag0Wkd031T8
Sep 30, 2014 ... For example, the client requests /foo, my code looks up /foo in a shared dictionary and gets back /bar. I then proxy their request to the ...

Add a cookie to HTTP post request

https://groups.google.com/g/golang-nuts/c/x3JDvuWVO9A
Aug 12, 2013 ... > Can anybody provide me with an example, of how would I go about adding a > cookie to my Post request? Change r, err := http.PostForm(etc) to c ...

HTTP client - streaming POST body?

https://groups.google.com/g/golang-nuts/c/LTem1EEHopc
Mar 6, 2023 ... Request with a body in a form of an io.Reader, then executing it. Here's the minimal example showing that it can be streamed: ```go func ...

HTTP Post request with auth header

https://groups.google.com/g/golang-nuts/c/z7dqjM6dOmc
Aug 7, 2013 ... With the following example I don't know how to set the auth header: client.PostForm("URL", url.Values{ ... values ...}).

Ajax/jQuery-like page loading from C++

https://groups.google.com/g/emscripten-discuss/c/x1k3yNOBjco
Is there a simple way of loading a web page with a few POST strings in C++/Emscripten? ... So, I need to do a HTTP POST request (I can switch to GET if that'll ...

Understanding the difference between REST & XML based api's

https://groups.google.com/g/api-craft/c/ww40vD_neMM
Jun 5, 2017 ... An example of the XML based web api that we are looking at is Intacct. ... It accepts the authentication details through the HTTP POST request ...

Accessing the body of a request

https://groups.google.com/g/civetweb/c/qKJlFKO5Q_Q
... C example (smaller as compared to the embedded_c example). It is built on ... curl -d @demo.c http://localhost:8081/post-me. --> Got 2078 bytes of POST ...

Documentation for POST API requests

https://groups.google.com/g/arxiv-api/c/EkD5aC9LUIk
Mar 29, 2020 ... ... HTTP POST in which the parameters are encoded in the HTTP request header. ... Here's an example response for the post requests: <?xml ...

examples of multi-threaded HTTP server (POST requests, constant ...

https://groups.google.com/g/cpp-netlib/c/mU9E6yS-lPA
Mar 20, 2015 ... C++11 compatible for Linux (and I love playing tricks like generating C++ code at runtime, forking a compilation of that emitted C++ code into a ...

Re: Logging Out with POST by Default?

https://groups.google.com/g/django-developers/c/ax95u_f82D4
> Simple CSRF Example" section > <http://www.djangobook.com/en/2.0/chapter16/#cn160>). Then I found > Django ticket #7989 Logout view should require POST ...

HTTPS connection through proxy (CONNECT HTTP Method)

https://groups.google.com/g/racket-users/c/j5GuInbhIS8
Aug 11, 2015 ... I'll see how I get on and post my results - whether they be good or bad! It would be really good to at least get an example on the wiki for ...

Akka HTTP POST accepted media types

https://groups.google.com/g/akka-user/c/8no3QNFea-I
Mar 18, 2016 ... When I do a request with curl with 'Content-Type:text/csv' for example I get a: HTTP/1.1 404 Not Found The requested resource could not be ...

how to send SSL certificate in POST request?

https://groups.google.com/g/clojure/c/Bh0gl5QEUsI
Feb 21, 2017 ... ... http docs on how to include it in an http request. https://github.com/dakrone/clj-http#keystores-trust-stores. (client/post "https://example ...

haxe.Http example?

https://groups.google.com/g/haxelang/c/IoE44k3Qoto
Where can I find examples about using haxe.Http ? What I need to do, is to post a request to a server, and parse the response parameters sent by the server.

Build app server send requests | Firebase Cloud Messaging

https://firebase.google.com/docs/cloud-messaging/send-message
POST https://fcm.googleapis.com/v1/projects/myproject ... Example: notification message with an associated click action. The following example send request ...

Simplest possible app that handles CORS?

https://groups.google.com/g/mojolicious/c/_HLsJeheavE
Apr 29, 2015 ... $c->res->headers->header('Access-Control-Allow-Origin ... Request-Method: POST' http://localhost:3000/data curl -v -H 'Origin ...

Testing POST request with http.Redirect gives "stopped after 10 ...

https://groups.google.com/g/golang-nuts/c/G_EZuifaJY8
Nov 3, 2015 ... In the example in GitHub the test fails because you setup a httptest.Server that handles any request with "func login(...)" and this handler ...

How to make a HTTP POST to send and receive JSON data ?

https://groups.google.com/g/androidscript/c/wJb3me8vKL0
Aug 6, 2015 ... Check out the DroidScript 'HTTP GET' sample, and this Wiki sample for examples of GET and POST requests. I'd also recommend looking at the ...

[groovy-user] Custom HTTP Method for HTTPBuilder

https://groups.google.com/g/groovy-user/c/Ir3mja1K-nc/m/FWLfAnqeq-8J
... HTTP Post Method? I would use the regular POST but I need to change the method name in the request and that is a static variable in the HttpPost class.

Send HTTP POST application/json using GraalJS

https://groups.google.com/g/zaproxy-users/c/hFhjhidXWjs
Aug 24, 2023 ... I found some template inside ZAP but It is all about normal POST form. ... send request?. psiinon's profile photo. psiinon. unread,. Aug 24 ...