Skip to content

Tag: swift

Swift HTTP session not sending actual Request

So I have some Swift code that send a request to my local host However, on my Flask app there are no get requests coming in and the function isn’t running. There also isn’t anything printing to the console. I am fairly new to swift so I don’t really know how to fix this. Is there any other w…