Questions tagged as 'http'

1
answer

What would be "Server Signature" and how to turn it off?

In some tests found that the "server signature was on," I do not know what that is. What is it and how can I turn off this "signature"? In security testing I recommend that I turn off this signature to preserve server security.     
asked by 07.01.2015 / 20:25
1
answer

Protect the server from "false requests"

I am doubtful about safety. When I want to add date or receive, I make an HTTP POST or GET request to my server, which returns the response in JSON. Assuming it is an application that shows a list of movies (returned by the JSON format server)....
asked by 18.12.2017 / 04:23
1
answer

Comparison between FTP and HTTP for file transfer

One question that intrigues me is the transfer of binary files over the internet. I have experience in using FTP, which eventually went through firewall problems with clients. Another issue defended by sysadmins was about the lack of security...
asked by 24.03.2017 / 18:31
1
answer

How to handle request header with Filter

How to change, remove, or add header of a request to a Web application using Filter ?     
asked by 20.06.2015 / 17:56
2
answers

Post with x-www-form-urlencoded in the Angular

Hello, I have a POST request that is of content-type: x-www-form-urlencoded. I need to pass some parameters on my Body, like this: I'mdoingthisbelowtoaddmyparameterstotherequestbody: ObtendoToken(): Observable<string> { cons...
asked by 07.06.2018 / 21:46
1
answer

Difference between HttpClientBuilder.create (). build (), HttpClients.createDefault () and DefaultHttpClient

When creating an Http connection using: HttpClientBuilder.create().build(), HttpClients.createDefault() or: DefaultHttpClient . What's the difference? private static CloseableHttpClient httpClient = HttpClientBuilder.c...
asked by 23.01.2015 / 14:16
2
answers

Parameter name size influences the http request time?

Does an http request for a service have its performance (bandwidth consumption / internet / time) changed if the parameter names are large? Example. Request POST with the following parameters { "IdUsuario": 30735209, "IdProdutoBase": 2, "...
asked by 19.11.2014 / 17:12
2
answers

Redirect url HTTP post to HTTPS in nginx

I have an application that returns POSTS from the payment system, but we currently force SSL to our site, I made the HTTP redirection to HTTPS, but I get a 404 error when the POSTBACK system sends the POST to the URL http://// ...., when my serv...
asked by 14.10.2016 / 01:26
2
answers

How to force HTTP access (Not secure)

When you visit link or link , the below: IdonothaveSSLcertificateandIdonotneeditatthattime.WhentryingtoforceredirecttoHTTP,Idonotgettheexpectedresult.InanumberofwaysItriedtoforceredirectvia.htaccessanditiscurrentlyasfollows:#Elgghtaccessd...
asked by 17.08.2015 / 21:14
1
answer

Differences between RCurl, httr (R) and requests (python) when doing a POST

I was looking to access a page that you get by clicking "View all documents above" in that link . The company I got is just an example, I have no interest in it. I tried to resolve this through a POST request, and I got the result I wanted u...
asked by 10.10.2014 / 21:13