You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the server to load html files from a specific folder.
In the same way that I run python -m SimpleHTTPServer 8080 in a terminal in macOS and I can run http://0.0.0.0:8080 in a Safari to load the content where I run the SimpleHTTPServer.
Can I with CCLHTTPServer run a server, make a request to http://0.0.0.0:8080 with a UIWebview or WKWebview and load the content of a particular folder?
I would like to use the server to load html files from a specific folder.
In the same way that I run
python -m SimpleHTTPServer 8080
in a terminal in macOS and I can runhttp://0.0.0.0:8080
in a Safari to load the content where I run theSimpleHTTPServer
.Can I with CCLHTTPServer run a server, make a request to http://0.0.0.0:8080 with a UIWebview or WKWebview and load the content of a particular folder?
I have these steps currently:
But I don't know how to create a
CCLHTTPServer
so it serves the content of a folder.Thanks
The text was updated successfully, but these errors were encountered: