Questions tagged as 'request'

1
answer

How to do JSON data request

I need to collect some data from a program that has API: PipeDrive API Reference If I understand correctly, for each task, a URL will be generated to make Requeste data, for example: https://api.pipedrive.com/v1/deals?stage_id=4...
asked by 11.08.2017 / 18:04
1
answer

How to print the name of the Browser or the OS in a JSP - Java Web

I would like to know how to print the browser the client is using and the OS if using jsp. Some people have suggested using ${header["user-agent"]} however, this command returns a lot of information and I would just like the browser and O...
asked by 21.11.2016 / 01:29
1
answer

413 request entity too large

I have a note-issuing service that was running normally on a VM in the azure. We've migrated to a Google VM and now have this error when the note has many products:    413 request entity too large I've tried several possibilities by looki...
asked by 11.10.2016 / 19:34
0
answers

Is it possible to make a $ _Request [""] of another attribute besides name=""?

I wonder if it would be possible to make an $ _Request [""] attribute of an HTML tag besides name="". In my case it would be Date-PhotoCapter="test.jpg". Dai would do the request for the Data-PhotoCap. Thanks!     
asked by 01.10.2016 / 16:19
0
answers

Failed to connect to IBM Language Translation through PHP cURL

I have a problem that I can not resolve. Basically I need to translate a string into English for English . This is the code I was able to develop: <?php class CtrlTranslate{ public function translate($text) { $url...
asked by 09.09.2016 / 17:59
0
answers

Request select returning null value

Good afternoon, I'm having trouble getting the value of a select in the form below: {{Form::open(array('action' => 'FilterController@EstatisticaEsic', 'class' => 'form-filter'))}} <div class="col-md-2 col-sm-12 col-xs-12 d...
asked by 05.08.2016 / 20:02
0
answers

Buscapé API stopped returning XML

I'm trying to access the address link at browser but stopped returning the XML. The application stopped returning a few days ago, it returned the XML right in both the application and direct in the browser but for a few days I stopped returnin...
asked by 15.06.2016 / 17:37
1
answer

Calling a WebService Rest with a Post Order

I wanted to do on Android a call to a Rest WCF WebService via POST requests. In C # I can, by sending the post, url and body param . But in Android , whenever I send a parameter, the webservice method (although I can connect), says t...
asked by 14.04.2016 / 10:49
0
answers

URL request on Swift

How do I pull only the name and the poster of that page: For a project in Swift?     
asked by 29.07.2015 / 15:24
0
answers

Send multiple ID's in one request

My app is a QR Code scanner that when reading a QR from a device places a request to the server through a JSON. In DeviceInfo.class activity is where I show all the information I want regarding the scaned QRCode. I now have to create a...
asked by 23.03.2015 / 12:18