Search Results For “#curl” - # - rss
 
JR: 
CouchDB 
 - Apr 22, 2015 - I installed the following:
elasticsearch 1.5.1
plugin elasticsearch-river-couchdb 2.5.0
NodeJS and ElasticSearch
https://github.com/AdrianRossouw/elasticsearch-example
https://github.com/elastic/elasticsearch-river-couchdb/...
more>>
  
 4 min read
- Aug 24, 2017 
 - #database  #nosql  #json
 
JR: 
Perl and Curl 
 - https://github.com/szbalint/WWW--Curl
 - LWP-type interface around the Curl lib
 #perl #curl #programming #testing
  
- Mar 23, 2015 
 
JR: 
Curl testing against Grebe 
 - If using the no-password-login method ...
WRONG, at least for now.
curl -X POST -H "Content-Type: application/json" --data json='{"user_name": "testuser", "email": "name@something.com"}' 
 CORRECT
curl -i -d json='{"user_name": "testuser", "email...
more>>
  
- Dec 16, 2014 
 - #grebe  #curl  #testing
 
JR: 
Junco Curl testing 
 - Logging in
curl -i -d "email=test@test.compassword=strongpass" http//jothut.com/cgi-bin/app.pl/login
Successful login returned response:
HTTP/1.1 302 Found
Date: Sun, 13 Oct 2013 22:36:35 GMT
Server: Apache
Set-Cookie: juncouserid=3; domain=.jot...
more>>
  
- Nov 19, 2013 
 - #juncotodo  #testing  #curl
 
JR: 
Using cURL 
 - curl --location  -F email=xxxx -F password=xxxx http//asdfafs.com/program
curl -c cookies.txt  -F email=xxxx -F password=xxxx http//asdfafs.com/program
curl --dump-header headers-and-cookies.txt  -F email=xxxx -F password=xxxx http//asdfafs.com/pr...
more>>
  
- Aug 09, 2013 
 - #web  #programming  #curl