Skip to content

h45h9r11n/web-sum21

Repository files navigation

Web-summer-2021

Get data in Flask (0730_index.py)

Method 1 queryString

http://localhost:5000/abc

Method 2 argument

http://localhost:5000/abc?method2=vnit

Method 3 post (using form) form.html

Method 4 cookie

res.set_cookie('method4', 'vnit-cookie')

Method 5 header

add request header: method5: vnit-header

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published