Skip to content

Instantly share code, notes, and snippets.

@ivanacostarubio
Created March 31, 2010 16:19
Show Gist options
  • Save ivanacostarubio/350523 to your computer and use it in GitHub Desktop.
Save ivanacostarubio/350523 to your computer and use it in GitHub Desktop.
<form action="https://ws.thinkingphones.com/tpn-portlet/services/SimpleCallOriginationService/simplePlaceCall" method="post">
<p><label>wsUser</label><input type="text" name="wsUser" value="nate-ws-admin" id="wsUser"></p>
<p><label for="wspassword">wsPassword</label><input type="text" name="wsPassword" value="C@11C4ncun5xy" id="wsPassword"></p>
<p><label for="uid">uid</label><input type="text" name="uid" value="davar.nate" id="uid"></p>
<p><label for="number">number</label><input type="text" name="number" value="3057737020" id="number"></p>
<p><input type="submit" value="Continue &rarr;"></p>
</form>
@ivanacostarubio
Copy link
Author

I get a 42 return from this.

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