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: Https://www.domainresearchtool.com/lists/net.zone.gz But the problem is that this base is for 2014 and it is already […]
Archive for November, 2018
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 the correctness of the configuration and whether CloudFlare or SSL certificate could provoke this problem. […]
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 of Posts, Followers, the Following on the user’s open profile. This is what the HTML […]
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. Listing of the file jqtest.htm: <div> <label for=”request”>Request: </label> <input id=”request”> <input type=”submit” value=”Send” onclick=”send();”> […]
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://* ‘ has been blocked by CORS policy: No ‘ Access-Control-Allow-Origin ‘ header is present on […]
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 tool, the ToolTip pops up: Currently, you are using PgAdmin 4 version 2.1, but the […]
