Skip to content

A simple way of completeing post requests in your browser.

Notifications You must be signed in to change notification settings

KhushC-03/post-to-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

post-to-get

A simple way of completeing post requests in your browser.

Example Request

BASE_URL = 'http:https://127.0.0.1:5000/'
data = {
    'URL':"Request Url",
    'PAYLOAD':json.dumps({"FormData Name 1":"Form Data Value 1","Form Data Name 2":"Form Data Value 2"})
}

r = requests.post(f'{BASE_URL}/post-to-get',data=data,timeout=4)
redirectURL = r.json()['requesturl']```

About

A simple way of completeing post requests in your browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages