- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
//try setting up POST request, if failed settle with GET
try {
if (url_variables == null || (params && params.method == URLRequestMethod.GET)) throw new ArgumentError();
url_request.data = url_variables;
url_request.method = URLRequestMethod.POST;
}
catch(er:Error) {
url_request.url = url;
url_request.method = URLRequestMethod.GET;
}
TarasB 14.01.2014 11:03 # +3
tirinox 14.01.2014 11:48 # 0
kegdan 14.01.2014 13:49 # 0
SemaReal 20.02.2018 14:03 # 0
вот сервер на эксепшене
g0_1494089131830 20.02.2018 14:03 # 0
SemaReal 21.02.2018 04:27 # +1
g0_1494089131830 22.02.2018 15:23 # 0