[memb_http_post]
This Applies to
Summary
Makes an HTTP POST to another server passing the contact ID and email address of the currently logged in contact. No other fields are passed.
Shortcode Examples
The below shortcode will update the logged in user’s contact information:
[memb_http_post url="http://www.yourdomain.com/?operation=contact-update&auth_key=foo"]
The below shortcode will create a new password:
[memb_http_post url="http://www.yourdomain.com/?operation=makepass&auth_key=foo&overwrite=yes"]
Shortcode Parameters
url: specifies the http post link