Skip to content

curl Commands

jha8 edited this page Apr 1, 2021 · 6 revisions

curl commands

get all public posts

curl 'https://citrusnetwork.herokuapp.com/public-posts/' -H 'Referer: https://cmput-404-socialdistribution.herokuapp.com/' -H "Authorization:Basic $(echo -n CitrusNetwork:oranges | base64)"

get all authors

curl 'https://citrusnetwork.herokuapp.com/service/authors/' -H 'Referer: https://cmput-404-socialdistribution.herokuapp.com/' -H "Authorization:Basic $(echo -n CitrusNetwork:oranges | base64)"

Clone this wiki locally