Skip to content

Instantly share code, notes, and snippets.

View LusciousPear's full-sized avatar

Bradford Stephens LusciousPear

View GitHub Profile
@LusciousPear
LusciousPear / echoHttpRequest.js
Last active August 29, 2015 14:15 — forked from Marak/echoHttpRequest.js
Echo HTTP requests
module['exports'] = function echoHttp (hook) {
hook.debug("Debug messages are sent to the debug console");
hook.debug(hook.params);
hook.debug(hook.req.path);
hook.debug(hook.req.method);
function (user, context, callback) {
if (context.connection === 'facebook'){
delete user.context;
delete user.favorite_teams;
delete user.inspirational_people;
delete user.bio;
Remote Address:74.125.28.141:443
Request URL:https://clothprod.appspot.com/_ah/api/userprofile/v2/public/checkuserexists
Request Method:POST
Status Code:400 Bad Request
Request Headers
:host:clothprod.appspot.com
:method:POST
:path:/_ah/api/userprofile/v2/public/checkuserexists
:scheme:https
:version:HTTP/1.1
[INFO] -----------
[INFO] Please visit https://developers.google.com/appengine/downloads for the latest SDK.
[INFO] ********************************************************
[INFO] Aug 08, 2014 3:56:40 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
[INFO] INFO: Successfully processed /home/bradford/proj/alt/clothapp-core/target/clothdevapp-1.0-SNAPSHOT/WEB-INF/appengine-web.xml
[INFO] Aug 08, 2014 3:56:40 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
[INFO] INFO: Successfully processed /home/bradford/proj/alt/clothapp-core/target/clothdevapp-1.0-SNAPSHOT/WEB-INF/web.xml
[INFO] Aug 08, 2014 3:56:40 PM com.google.appengine.tools.development.SystemPropertiesManager setSystemProperties
[INFO] INFO: Overwriting system property key 'java.util.logging.config.file', value '/home/bradford/.m2/repository/com/google/appengine/appengine-java-sdk/1.9.6/appengine-java-sdk/appengine-java-sdk-1.9.6/config/sdk/logging.properties' with value 'WEB-INF/logging.propert