Questions tagged as 'http'

1
answer

How to repeat HTTP requests multiple times and simultaneously, without delay?

I need a way to send link multiple times without changing any requests. Currently I've been using Charles Proxy - I get the request from an iphone app so I can repeat it on my computer. Charles Proxy repeats as many times as necessary, but...
asked by 16.05.2014 / 19:20
1
answer

I changed the http page address to https and now it is giving error [duplicate]

I changed from http to https the address of this site here http: link , I did this in the area of wordpress settings .. And now the site is routed to hostagor's error page. What do I do? I do not understand anything about http and https.    ...
asked by 15.12.2017 / 05:55
0
answers

What is the "P3P" heading used for?

I recently found a header with a name of P3P , I had never seen this before, and I do not know what the real impact is on using that header. I found some information, like this huge documentation , Some basic information and Faceboo...
asked by 11.05.2018 / 00:35
0
answers

What reason for PHP's CURL to be so slow? comparing to wget / browse? [closed]

I've been working with CURL of PHP 5.6 , it's extremely slow compared to other features like wget/browse/file_get_contents . In a% simple%, it has a delay of 4-10 seconds compared to other resources, I have already researched...
asked by 20.01.2017 / 21:37
2
answers

What HTTP methods can a crawler crawl?

A conceptual question (or not): Of HTTP methods, which ones can not be "crawled" - or interpreted - by a crawler ? POST GET PUT PATCH DELETE Can anyone with a knowledge of the subject answer us?     
asked by 23.03.2016 / 21:19
0
answers

How to simulate https in http: // localhost? [closed]

How can I simulate link in Xampp so that it returns me to the url showing if everything is ok or is there security holes in the scripts used?     
asked by 31.10.2015 / 14:21
1
answer

Web Crawler (Spider) with ajax in JSF using Node.js or api JSoup in java

I have the task of creating an interface optimized for touch monitor, taking data from a website ( link ). This site gives a listing of bus lines and consults their schedules, using an auto-complete ajax. Because it is a government agency,...
asked by 06.06.2016 / 15:04
2
answers

Why does the User-Agent header always return "Mozilla /5.0" regardless of browser?

I know that in PHP we can access a header called User-Agent and thus discover information about the operating system and browser, used by the client. The only thing I do not understand is that "Mozilla /5.0" always appears (even...
asked by 09.09.2015 / 13:57
1
answer

Difference between: 80 and other doors

I have a hosting problem where I will not be able to upload my application to the default port :80 , as a solution I was asked to upload it to a different port, example :3000 , and direct the link to the given port . Questions: W...
asked by 09.01.2018 / 12:44
1
answer

How does content-type work in java?

I saw a video of a guy using the connection.setRequestProperty("content-type", "aplication/x-www-urlencoded"); But I did not understand how it works, especially "aplication/x-www-urlencoded" .     
asked by 07.10.2017 / 03:35