asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
209 stars 83 forks source link

Does REST support POST with x-www-form-urlencoded? #39

Closed allenorac closed 6 years ago

allenorac commented 6 years ago

Hi,

Does REST support POST with Content-Type/x-www-form-urlencoded and encoded data?

asyrjasalo commented 6 years ago

I haven't tested posting with this Content-Type. The main focus of the library is, and is to be, JSON APIs.

ec-wagner commented 6 years ago

But I have tested. See question #45

@allenorac RESTInstance does not support POST with Content-Type/x-www-form-urlencoded headers - yet.

But I know that robotframework-requests does. It would be greate to add this feature to this library, too.