Skip to content

Instantly share code, notes, and snippets.

@mimeoconnect
Created February 7, 2011 03:11
Show Gist options
  • Save mimeoconnect/813950 to your computer and use it in GitHub Desktop.
Save mimeoconnect/813950 to your computer and use it in GitHub Desktop.
This is a JSON response for the Google Cloud Print (GCP) services interface, register printer call.
{
"success": true,
"printers": [
{
"id": "5846759561318635695",
"name": "My home printer",
"proxy": "ksdjf-7237sf9238-2837jidf"
}
]
}
@SouravKumarPandit
Copy link

how to make request to get this resonse all i get is 403 code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment