There are situations when you need to find a free and short domain, for example, three-character. I chose the .net domain zone for myself Method One: On the internet it is possible to find not actual today bases, for example:…
Month: November 2018
NGINX from all subdomains redirect 301 to the primary domain
Today I faced this problem, when configuring virtual hosts Nginx, after the customizations made and creating the appropriate configs, my subdomains began to refer through 301 Redirect to the main domain of the second level. First I decided to recheck…
Selenium Webdriver + Java + XPath search item by URL part in href
When writing a bot for Instagram, using a stack of technologies selenium Webdriver, Java, XPath, encountered a problem. Instagram is now trying to protect themselves from bots, so to disassemble it most interesting. The task arose, to get the number…
AJAX PHP JQUERY Transfer POST Request
In order to send a POST request to PHP script via JQUERY AJAX, create 2 files: jqtest.htm – in which will be the request form and JavaScript code to generate and send the request; jqtest.php – for receiving and sending the answer.…
Cross-Origin Read Blocking (CORB)-Resolved
Each… You can listen, but not everyone is worth talking to. Arthur Schendhauer When you try to send a jQuery JSON request from another domain, you receive an error: Access to XMLHttpRequest at ‘ http://* ‘ from Origin ‘ http://*…
PgAdmin – How do I prevent updates from being checked? Decided.
PgAdmin 4 has already released version 3.3, which runs in the browser and runs crooked or slow. The simplest and quickest solution to this problem, is to install the version 2.1, but in this case, each time you run this…