BostonFever
Junior Member
- Mar 9, 2011
- 112
- 27
When I run an html script on my website like this
<form method="POST" action="twitter.com/friendships/create/###" >
<input type="submit" value="twitter" />
</form>
Why would it return with "/friendships/create/### This method requires a POST. "
Is this not a post method? How can I fix this?
<form method="POST" action="twitter.com/friendships/create/###" >
<input type="submit" value="twitter" />
</form>
Why would it return with "/friendships/create/### This method requires a POST. "
Is this not a post method? How can I fix this?