Questions tagged [post]

60 questions
26
votes
3 answers

How does a CDN like CloudFlare work?

What I understand so far: You keep your current web hosting, but you change the DNS servers for your site from the DNS servers of your current hosting to CloudFlare's DNS servers. CloudFlare serves your website's resources from multiple data…
Šime Vidas
  • 868
  • 2
  • 11
  • 18
19
votes
9 answers

What is the need of methods like GET and POST in the HTTP protocol?

Can we not implement the HTTP protocol using just a request body and a response body? For example, the URL will contain request, which will be mapped to a function depending on programming language on server side say a Servlet and in response HTML…
user104656
  • 191
  • 1
  • 3
13
votes
1 answer

Vulnerability in /boaform/admin/formLogin?

I am getting this HTTP request line on my server (simple http server). The normal action for this request on my server is to simply close the socket connection. I am asking this question because when I web search what is /boaform/admin/formLogin…
user786
  • 253
  • 1
  • 3
  • 7
6
votes
1 answer

Can I POST to a new window that I want to open up?

Is this possible? A third party site is running my Drupal module An end user clicks on a link which will: Open up a new window www.mysite.com/redirect.php and POST certain data to this page www.mysite.com/redirect.php I've seen the user's browser…
siliconpi
  • 526
  • 1
  • 5
  • 12
6
votes
3 answers

What should be the word count of an article for better ranking in 2014?

I know that SERPs depends on many factors like backlinks, page authority, keywords placement etc. But I noticed that Google also look for the word count of the article. In 2010,2011 articles with 250+ word count got ranked in Google. But in…
Indrajith Indraprastham
  • 2,476
  • 2
  • 16
  • 15
4
votes
1 answer

Can linking to random related posts have SEO consequences?

I am using WordPress and by default my related posts system works by gathering posts and shows them based on the tags they have. This is OK when you have few posts but with a lot of posts only the newest ones show up and the older ones never. If I…
Jack Stanson
  • 65
  • 1
  • 6
4
votes
3 answers

Different authentication for HTTP POST and GET requests in Apache

I want to authenticate for POST requests for http://path/to/logical/abc.xml (but not GET requests to that URL). How do I put constraints like this in place? The paths are logical and location directive is not supported in .htaccess.
user31745
  • 71
  • 5
4
votes
1 answer

Is a PHP POST using cURL from HTTPS site to HTTP endpoint encrypted securely?

I have a website residing on a domain with a valid SSL certificate that is fully using HTTPS. If I take form data from this site that is secured with an SSL and send it to a non-secure HTTP endpoint using a cURL POST is the transmission fully…
AndyWarren
  • 221
  • 1
  • 6
4
votes
1 answer

Do CDNs work with POST operations?

I'm using a CDN (Level3) for the first time and I'm a bit confused. I'm accessing dynamic URLs such as http://cdn.mysite.com?getItem=1234 that return text data. Do CDNs work with HTTP POST operations? When i issue a HTTP POST operation, my "real"…
iddqd
  • 143
  • 1
  • 3
3
votes
1 answer

Does Google perform onClick actions?

Can somebody approve to see, that Google (googlebot / crawler) performs onClick (or similar js) actions? It is fact, that Google performs POST - i'm interesting, whether somebody has realized any js action done by Google
Evgeniy
  • 10,195
  • 1
  • 18
  • 49
3
votes
1 answer

How does browser know which HTTP method like GET,POST etc to use?

I had asked a related below question and from answers, I got a sense of why is there a notion of methods like GET,POST etc in http protocol: What is the need of methods like GET and POST in the HTTP protocol? This raises another question like how…
BioLogic
  • 173
  • 3
2
votes
3 answers

POST attack on my website

I have a site (humanisms.co.uk) which incorporates a voting system, ie. user clicks "Up" and it sends a parameter to a PHP script via AJAX, the PHP inserts vote into MYSQL db and the new "Up" vote is sent back to the page to update the vote count.…
benhowdle89
  • 259
  • 1
  • 4
2
votes
2 answers

Schema aggregate ratings incorrect values

does anyone know why google is reporting incorrect values in this image?
Alex
  • 21
  • 1
2
votes
2 answers

When and how do I remove temporary files on server left from abandoned forms?

I have a form on my site to submit posts, it features multiple file upload tool (Mini Ajax File Upload Form) which submits files to server as they are added (before actual post submission) and server then stores them in temp dir. Once article has…
olegst
  • 171
  • 1
  • 7
2
votes
1 answer

A static page vs a category page. Which is better in terms of SEO and ranking possibilities?

From an SEO perspective, consider the following website presenting mobile phones. The website will have a section for "Best phones" where you can find a list of phones with short descriptions and a link to a full description for the phone you wish…
ClawDuda
  • 1,197
  • 2
  • 12
  • 23
1
2 3 4