0

I want to test POST request on android. I don't have a web host. There are some android-volley request example in here.

How can I find a free url to allow post the requestes?

Community
  • 1
  • 1

1 Answers1

0

There a few i can think of :

I am sure there are more.

These are good for general experiments, however I would use something more customizable and locally installed like https://nodered.org/ and for actual tests something that actually runs on the device with the tests like:

kalin
  • 3,546
  • 2
  • 25
  • 31