amro / uakari

An API wrapper for the MailChimp STS API (1.0)
MIT License
20 stars 5 forks source link

Had to change httparty post to use the form body rather than querystring to submit a large HTML email #1

Closed ippy04 closed 13 years ago

ippy04 commented 13 years ago

was getting this error back from mailchimp:

"414 Request-URI Too Large"

The requested URL's length exceeds the capacity\nlimit for this server.


Apache/2.2.3 (Red Hat) Server at us1.sts.mailchimp.com Port 443
see: http://groups.google.com/group/mailchimp-api-discuss/browse_thread/thread/50e33094f86ba908/d26b23f14228c002?lnk=gst&q=414#d26b23f14228c002 Thanks!