Jump to content

wdq

Members
  • Posts

    11
  • Joined

  • Last visited

wdq's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. I am able to get it to communicate with the server when I have this as the HTTP code: HTTP/1.1 200 OK However I'm getting a 400 HTTP code back from the server (bad request.) It looks like it may be because Blesta is using post instead of POST. Does anyone have any insight into this? x.x.x.x - - [28/Sep/2013:11:56:23 -0500] "post /manage/index.php HTTP/1.1" 400 166 "-" "-"
  2. Hello, I'm in the process of actually using Blesta for automating some provisioning of services. I'm trying to do this with the Universal Module, but the documentation for it really isn't all that great. http://docs.blesta.com/display/user/Universal+Module Basically I want to have a custom field in the order form that's Game Username or game_username. I want it to be a simple text field, and when the product is activated I would like it to send a HTTP POST request with some information over to a server that will handle the rest. I've attached an image of what I have so far. I'm not quite sure how to create the Post URL/Email field along with the HTTP Code and Response Contains fields. The following curl command works with the script I have. So if anyone knows how to replicate it in Blesta that would be great. curl -d "username=game_username&rank=VIP" https://example.com/manage/index.php Thanks.
×
×
  • Create New...