Questions tagged as 'http'

3
answers

Print values of the same variable via GET PHP

I need to print on the screen the values of the same variable via $_GET , as shown in the example below. http://localhost/sistema/cadastro_usuario.php?cod_igreja=4355&nome_user=Renan&[email protected]&celular=6799234135...
asked by 06.01.2017 / 19:28
1
answer

Angle Request $ http is not returning data

Javascript code $http({ url: "http://app.calculadoradesementes.com.br", method: "POST", headers: { "Content-Type": "application/x-www-form-urlencoded" }, data: { nome: "Rafael", email: "[email protected]"...
asked by 17.02.2016 / 19:16
2
answers

Use FtpWebRequest with uri https

Sirs, good afternoon, I'm creating a service that will upload some files to an FTP link, but this is like HTTPS ( link ). It occurs that the FtpWebRequest class does not allow the use of uri hhtp / https, with the error below occurring....
asked by 09.11.2015 / 17:30
2
answers

Error 500 in CakePHP version 1.3.15

I'm working on a CakePHP project that I can not test on localhost . I took the project already started and as I can not do the tests, direct post always keeping the backup and work like this is horrible. I installed CakePHP in version 1...
asked by 15.01.2016 / 17:05
1
answer

Error entering data with accent

I'm sending the data by URL to my webservice if I put the path through the web browser example in Chrome: meuwebservice/inserirusu/João_da_Silva/fotógrafo and calling a method to display it so: Nome: João da Silva profi: Fotógrafo N...
asked by 05.11.2014 / 13:13
1
answer

How to check if the server is sending content using GZIP compression?

Is there a browser feature to check if the server is sending content (HTML, JS, JSON, CSS, etc.) using GZIP compression?     
asked by 28.07.2014 / 14:38
2
answers

Unknown error: "null" when executing an HTTPPost with Parameters

Explanation: I have a simple Android application, and also a NodeJS server. I have the following permissions on AndroidManifest.xml of my application: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />...
asked by 10.04.2014 / 13:20
1
answer

How to bring an image of a site in the Node API request?

I'm making an application and wanted to give a request that the API bring an image of that site in response. For example, giving the 404 error would like you to bring this . How can I do this? I currently have a method like this: app....
asked by 21.12.2018 / 18:27
2
answers

Confirmation of site or host service status

I set up this script to run under Linux, but it is not working the way I expected it to be. I'm using curl to find the state of the HTTP connection. It returns me: HTTP/1.1 200 OK Mais alguns conteúdos do site http... This is t...
asked by 12.11.2018 / 20:39
1
answer

Laravel HTTP ERROR 500 linux [closed]

I'm a complete noob on Linux, I was working normally, and Linux installed some updates that suddenly instead of displaying Laravel's error screen, I get the screen. HTTP ERROR 500 In the middle of this I was using the git stash comm...
asked by 02.10.2018 / 21:49