jhhoward / MicroWeb

DOS Web browser for 8088 class machines
GNU General Public License v2.0
436 stars 31 forks source link

No POST request ? #9

Open Deksor opened 2 years ago

Deksor commented 2 years ago

I saw in the code that the browser is hardcoded to make "GET" requests. Will that remain forever or do you plan to let users make POST requests when they submit a form ?

jhhoward commented 2 years ago

Yes I am planning to add POST support, but as you mentioned it currently only supports GET