Top "Subdomain" questions

Subdomain is a domain which is a part of a larger domain.

Setting a cookie on a subdomain from an ajax request

I have a webapp on www.example.com and an API on api.example.com. The webapp makes ajax calls …

cookies subdomain
Can I point a sub domain of one site to the root of another on same server / IP

I have this (pseudo) domain setup, and hope to do any configuration via cPanel and/or WHM. myclient.com - …

subdomain redirect cpanel whm
SPF for subdomain

I need to configure SPF record for a subdomain. DNS for the main domain (I use Google Mail): IN MX 1 …

subdomain spf
Subdomains, Nginx-proxy and Docker-compose

I'm looking for a way to configure Nginx to access hosted services through a subdomain of my server. Those services …

docker nginx docker-compose subdomain devops
Apache subdomain redirect into Tomcat

I'm pretty new to Apache HTTP, and sysadmin-ing in general, so i have this question I have a domain (www.…

apache tomcat subdomain mod-proxy mod-jk
Creating sub domain on webmin

Can anybody help me in creating subdoain through webmin. I want to create subdomain like test.xxxxx.com for this …

subdomain webmin
Get second level domain name from URL

Is there a way to get top level domain name from the url for e.g., "https://images.google.com/…

javascript url subdomain url-parsing
subdomain vs. subdirectory in web programming

There are two main strategies for handling multiple "applications" on the web: subdomains (e.g. wiki.example.org, blog.example.…

subdomain
Does a session cookie on different subdomain count as 3rd-party?

Suppose I have a site at www.example.com which has an IFRAME pointing to ASP.NET site myapp.othersite.…

iframe cookies subdomain privacy
How to set up local subdomains for Node.js app

I am running an express app on node.js. The app uses the express-subdomain module to help handle routes for …

node.js express localhost subdomain