Widget:Caps Check: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rand Linden (talk | contribs)
Created page with 'Use the following form to display your current capabilities. See <a href="http://wiki.secondlife.com/wiki/Registration_API#Using_capability_URLs">Using capability URLs </a> for m...'
 
(No difference)

Latest revision as of 10:30, 5 November 2010

Use the following form to display your current capabilities.

See <a href="http://wiki.secondlife.com/wiki/Registration_API#Using_capability_URLs">Using capability URLs </a> for more information.


<form action="https://cap.secondlife.com/get_reg_capabilities" method="POST">

First Name<input name='first_name'>
Last Name<input name='last_name'>
Password<input name='password' type='password'>
<input type='submit' value="Get Capabilities">

</form>

The form above simply POSTs your "first_name", "last_name" and "password" to https://cap.secondlife.com/get_reg_capabilities to get your capabilities.