swifter icon indicating copy to clipboard operation
swifter copied to clipboard

Use local host local server open html with the first server not active, to be public with the time open next

Open anhvu1993 opened this issue 4 years ago • 1 comments

[Question] I am using Server local host to open an html on safari with the following error: safari cannot open the page because it could not connect to the server. let localServer = HttpServer() let html = htmlFor(title: GlobalManager.shared.typeAppMakeIcon.name, urlToRedirect: deepLinkUrl, iconBase64: iconBase64, iconTutorial: tutorialBase64) guard let base64 = html.data(using: .utf8)?.base64EncodedString() else { return } localServer?["/s"] = { request in return .movedPermanently("data:text/html;base64,\(base64)") } try? localServer?.start(in_port_t(serverRandom)) UIApplication.shared.open(shortcutUrl)

anhvu1993 avatar Nov 09 '21 03:11 anhvu1993

@anhvu1993 : vấn đề này giải quyết được chưa bạn, share mình giải pháp với. Tks!

huynguyen1991 avatar Aug 16 '23 07:08 huynguyen1991