Top "Urlrequest" questions

What is the most robust way to force a UIView to redraw?

I have a UITableView with a list of items. Selecting an item pushes a viewController that then proceeds to do …

cocoa-touch uiview urlrequest
Flex 3 - how to support HTTP Authentication URLRequest?

I 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 urlrequest
How to bypass "Adobe Flash Player has stopped a potentially unsafe operation."?

I have created an advent calendar for the blog of a friend, and to fetch/get/download the gifts of …

flash actionscript-3 urlloader urlrequest
Swift URL Session and URL Request not working

I am getting very similar problems to this post, but I don't fully understand the answer. I've created a completion …

ios swift urlrequest urlsession
Set Cookies for URL Request

Currently I have an iOS app that pulls prices and data from websites. So far its been working well, but …

url cookies swift3 alamofire urlrequest
URLSession dataTask timeout error

I am currently experiencing some issues regarding the URLSession, while trying to post data to my web server. This however, …

swift swift3 nsurlsession connection-timeout urlrequest
Can a SWF (using URLLoader) access HTTPS webservice?

I 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
When POSTing a form with URLRequest, how to include cookies from browser session?

(With reference to this answer:) When I POST with a URLRequest, does it automatically include cookies from the browser session …

flash cookies urlrequest
Can't set "Content-Type" for URLRequest in as3

I'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 urlrequest
Unexpected Flash Security Exception When Using URLLoader

What 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