I need to send data via http protocol (GET or POST request) from the function or trigger.
Is it possible?
I need to send data via http protocol (GET or POST request) from the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try writing the trigger in PL/Python and use urllib2 to POST.