tkwebview2 icon indicating copy to clipboard operation
tkwebview2 copied to clipboard

Making POST requests in files

Open B16f00t opened this issue 2 years ago • 1 comments

I would like to know if it is possible to make post requests from Python to tkinterweb, when the web is in a file. ex: myhtmlframe.load_url(f "file:///webpage/index.html") Or if there is the possibility to pass variables from python to it

B16f00t avatar Sep 23 '23 13:09 B16f00t

I would like to know if it is possible to make post requests from Python to tkinterweb, when the web is in a file. ex: myhtmlframe.load_url(f "file:///webpage/index.html") Or if there is the possibility to pass variables from python to it

It might be hard. Because what tkwebview2 does is just embed an Edge Webview 2 into your tkinter window.

TotoWang-hhh avatar Feb 21 '24 09:02 TotoWang-hhh