Questions tagged as 'http'

2
answers

How to stylize links and images that are referenced in HTTP and not in HTTPS?

I have several pages with multiple images and multiple links. But I am migrating from protocol HTTP to HTTPS . I would like all images and links that were indexed or linked via HTTP to appear with a red border or red text. For ex...
asked by 12.08.2018 / 16:51
2
answers

Doubt over HTTP POST

I'm trying to send SMS through a WebService. Sending a single SMS is simple. Just use the URL in this format: https://xxxxx.com/sendMessage?messageText=mensagemdeteste&destination=552199998888&key=XXXX However according to the We...
asked by 08.04.2015 / 20:17
1
answer

URL with uppercase letters

Is there a problem naming high-end pages? ex: http://exemplo.com.br/Minha-Pagina.php     
asked by 15.09.2016 / 17:23
3
answers

When we include a script or CSS file in the HTML document, does an HTTP request happen?

For example: <script src="file.js" > </script> or <link rel="stylesheet" href="style.css" > Doubt: When we do this, does request HTTP occur? Would it be more performative if I did not do this, and put e...
asked by 02.03.2017 / 02:24
3
answers

How to send my login and password via $ .ajax

Hello, I have a link where it opens a modal window (like an "alert") to enter the login and password. I'm using jQuery, the function $ .ajax {} to be more specific. I would like to know how to send my login and password in the header. What kind...
asked by 13.06.2014 / 00:31
2
answers

How to set a timeout for a request?

I am making a JSONP request for a webservice. But sometimes the request takes too long. Since I am showing the user a load status, I would like to abort the request if it passes 10 seconds. How do I set a timeout for a request in Angul...
asked by 18.11.2016 / 13:31
1
answer

APP Communication with Web Server

I'd like to know how best to make my mobile / android application communicate with a web server (apache / php, for example) to receive / send data. The idea is to have my mobile application from time to time consult the web server to get data...
asked by 10.03.2015 / 18:21
2
answers

How to display the http request from a browser, and the http response from the server

I would like this information to study full examples of https protocols with Cookie and Sessions, whether via Java Socket, PHP. If possible through the browser itself.     
asked by 07.08.2014 / 18:27
2
answers

Automato for navigation in a WebForms application

Dear, it was not the first time nor last time that I needed to implement an automatic routine that accesses a Web site or system created in the WebForms platform to capture information. It has been extremely costly to make any form of automat...
asked by 04.04.2014 / 20:34
2
answers

$ Http What should I use?

The $http has two examples. I would like to help me because I do not know which is the most useful There is the: var chamada = function () { return $http.get('https:url/exemplo.json') .then(function (response) {...
asked by 25.02.2016 / 18:39