Creating an http post with AWeber

3 replies
Does anyone know how to create an (additional) hhtp post with AWeber?

I need to send out an http post to initiate an account with another program once someone fills out a form on AWeber.

Currently, they only offer a 'get' request, but there is no built in feature which allows an http post.

They say that I can post AFTER their system receives the information, but I am not sure how it is done.

The program currently has no api, so everything must be custom coded into the form.

Any thoughts?
#aweber #creating #http #post
  • Profile picture of the author alexfisher
    kc, you can configure the Aweber form to "Forward Variables" to the thank you page. That Thank You Page could contain a script to send your additional HTTP POST.

    For example, if the thank you page were written in PHP, e.g. http :/ rdomain.com/ thankyou.php, you could design it to thank the user and also execute HTTP POST code.

    Search google for "HTTP POST from PHP" and click the first link for a good example (I'm not able to post links on this forum yet).
    {{ DiscussionBoard.errors[1185152].message }}
  • {{ DiscussionBoard.errors[1207522].message }}

Trending Topics