Questions tagged as 'http-request'

1
answer

How to query cnpj using HttpWebRequest?

Here's how I'm creating a program for conducting CPF and CNPJ inquiries on the federal revenue site. It is not an attempt to circumvent the system. I'm bringing the captcha to a PictureBox so the user can just enter the characters without typing...
asked by 08.05.2016 / 20:49
0
answers

Problem with POST URLConnection

When I send a parameter through POST to a URL, I'm redirected to another URL, it's redirecting me to the right URL, but it returns me: <script LANGUAGE=JavaScript>alert('Seu tempo expirou. Por favor entre novamente');location.href='logon...
asked by 17.04.2016 / 04:00
1
answer

Connecting webservice android

Hello, guys, I'm developing an app in the Android Studio IDE and I'm having trouble connecting to my webservice. I'm getting the error: D / response: {"success": "false", "message": "The JSONObject text must begin with '{' at character 1 of loca...
asked by 30.12.2015 / 23:11
1
answer

Error "The requested URL could not be matched by routing" using ZF2

I'm using apigility (ZF2). The following error occurs when sending a request: The requested URL could not be matched by routing. The error occurs when I try to get a get request through the link: http://0.0.0.0:8888/leads using the postma...
asked by 22.06.2015 / 19:56
0
answers

Change value of all ssearch in a request from Jquery DataTable

I'm using the methods $(_table) .DataTable() .column(colIdx) .search(text) .draw(); to make filters in my Datatable. However, to reduce the number of requests, I perform this function only when I press the "ENTER" ke...
asked by 23.02.2015 / 19:42
0
answers

NSLocalizedDescription = Expected status code in (200-299), got 401

I'm trying to login to an application in Objective-C using RestKit but when I type the email and password it has the following error in the console: AFNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x7ffbd0f5f130> { UR...
asked by 25.02.2015 / 23:15
2
answers

Download data in String format and JPG Images

I'm implementing a project that has a Web Service. In this Web Service you save product data, containing the fields: Name, Value, Description and Product Image. I did some tests by downloading only the data in the format String, which due to...
asked by 27.01.2015 / 15:53
1
answer

Error trying to access website using Http Service

Hello, people. I'm seriously in need of your help. There is a system in which I am working at the university that consists of entering the academic system of the university through the requisition of protocol. I'm using the Apache Http Service c...
asked by 06.10.2016 / 16:50
1
answer

How does an Ionic application connect to a server?

Creating a Mobile Client / Server Calculator Create a calculator where the user enters two numbers and submits for a server to calculate The server will do the calculation and your application will show the result for the user The ser...
asked by 09.10.2018 / 20:52
1
answer

Uploading binary data via post without html

I wanted a solution to do exactly what this html does, however using only php: upload a given binary and normal fields (strings). <center> <form enctype="multipart/form-data" action="http://10.40.0.241/api/mailingup/index.php" method=...
asked by 18.01.2017 / 19:51