For example, I have an application server with this servlet: http://blog.c2b2.co.uk/2014/03/writing-and-deploying-simple-web.html
The question is whether I can send a Post request using say, PostMan? What will be url? Do I need index.html at all?
For example, I have an application server with this servlet: http://blog.c2b2.co.uk/2014/03/writing-and-deploying-simple-web.html
The question is whether I can send a Post request using say, PostMan? What will be url? Do I need index.html at all?
Source: https://ru.stackoverflow.com/questions/513413/
All Articles