https://github.com/tupton/form-post-poc
A simple proof-of-concept of how a form can POST. And an iframe!
https://github.com/tupton/form-post-poc
Last synced: 3 months ago
JSON representation
A simple proof-of-concept of how a form can POST. And an iframe!
- Host: GitHub
- URL: https://github.com/tupton/form-post-poc
- Owner: tupton
- Created: 2020-12-16T22:56:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T22:56:49.000Z (over 4 years ago)
- Last Synced: 2025-01-23T04:44:08.232Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run the server:
```sh
python server.py
```Load the index page in a browser:
```
http://localhost:8080
```Click "Refresh". You can change the field value in the form, too.