I have a UITableView with a list of items. Selecting an item pushes a viewController that then proceeds to do …
cocoa-touch uiview urlrequestI have a Flex file upload script that uses URLRequest to upload files to a server. I want to add …
apache-flex actionscript base64 http-authentication urlrequestI have created an advent calendar for the blog of a friend, and to fetch/get/download the gifts of …
flash actionscript-3 urlloader urlrequestI am getting very similar problems to this post, but I don't fully understand the answer. I've created a completion …
ios swift urlrequest urlsessionCurrently I have an iOS app that pulls prices and data from websites. So far its been working well, but …
url cookies swift3 alamofire urlrequestI am currently experiencing some issues regarding the URLSession, while trying to post data to my web server. This however, …
swift swift3 nsurlsession connection-timeout urlrequestI have a fla (using ActionScript 3.0) I am compiling in Flash. I am using URLRequest and URLLoader to access a …
ssl https flash urlrequest(With reference to this answer:) When I POST with a URLRequest, does it automatically include cookies from the browser session …
flash cookies urlrequestI'm trying to set Content-Type for URLRequest headers to "application/json". Here is the code: var request:URLRequest = new URLRequest("…
actionscript-3 json actionscript content-type urlrequestWhat I am trying to accomplish is to upload some binary data, specifically a ByteArray representing a PNG image, to …
actionscript-3 file-upload securityexception urlrequest urlloader