Questions tagged [urlrequest]
247 questions
-1
votes
3 answers
link is not opening in uiwebview
I have link as below,
https://payood.test/loofpay/XUYZGlobal/WebForms/checkoutservice%20.aspx?paymentchannel=ddd&isysid=37268474138868&amount=25&description=Transaction From…

Fahim Parkar
- 30,974
- 45
- 160
- 276
-1
votes
1 answer
ActionScript 3.0 Loop URLLoader for online game update
How do I write a URLLoader in AS3 that downloads data from the URL, updates the game, then calls itself again, indefinitely. I have already used the following but receive the error: Error #2044: Unhandled ioError:. text=Error #2032: Stream…

user1512064
- 15
- 4
-1
votes
4 answers
Swift how to check an URL
I was thinking to check my URL before doing a web service call, if there is an missing page or a server down, the URL will not be accessible for exemple, if I put a wrong URL i get this:
NSURLErrorDomain Code=-1003
So I wan't to check an URL before…

Ben
- 761
- 1
- 12
- 35
-1
votes
1 answer
URL requests in php?
I am looking at an API that I would like to use and am having a hard time figuring out how to use it. This API needs me to give URL requests to a website and it will respond with JSON data. An example request that they give is:
curl -i -H…

Isaac Singer
- 89
- 2
- 5
-1
votes
1 answer
Visit A Website Behind The Scenes In Adobe Air Application
I am needing to find a way in Actionscript 3 for a Adobe Air application to visit a website url (ex. example.com) in the background without Adobe Air opening up a web browser.
After the website has loaded in the background, I would like to get all…

rs14smith
- 589
- 2
- 6
- 8
-1
votes
3 answers
Using url in C#
This code is written with python:
import urllib3
http = urllib3.PoolManager()
url = "http://www.example.com/"
req = http.request('GET', url)
source = req.dat
I want to know how can I write it with C#.

Bardia Heydari
- 777
- 9
- 24
-2
votes
3 answers
How to append an array in URL request type GET in Swift?
I am using Xcode7.3 with Swift2.2.
I want to append an Array in url request.For example my array like
[“jeevan”,”jeejo”]. I want to append this array with key(arrayKey) in url request like must be the following…

IKKA
- 6,297
- 7
- 50
- 88