Loading...
Loading...
{
"latency": 143,
"ipAddresses": [
"104.21.64.74",
"172.67.178.117",
"2606:4700:3032::ac43:b275",
"2606:4700:3035::6815:404a"
],
"dns": {
"NS": [
"ines.ns.cloudflare.com.",
"nitin.ns.cloudflare.com."
],
"A": [
"104.21.64.74",
"172.67.178.117"
],
"AAAA": [
"2606:4700:3032::ac43:b275",
"2606:4700:3035::6815:404a"
],
"TXT": [
"v=spf1 -all"
]
}
}
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="We continuously monitor the status of DreamApply services and if there are any interruptions, a note will be posted here.">
<title>404 Page not found | DreamApply Status</title>
<link rel="canonical" href="https://www.dreamapplystatus.com/404.html">
<meta name="generator" content="cState v5.6.1 - https://github.com/cstate/cstate">
<meta name="theme-color" content="#020381">
<script>
var themeBrandColor = '#020381';
var themeOkColor = '#008000';
var themeNoticeColor = '#24478f';
var themeDisruptedColor = '#cc4400';
var themeDownColor = '#e60000';
</script>
<style>
html, body {
margin: 0;
background: #fff;
color: #4d4d4d;
font: 100%/1.5 "Inter", "Inter UI", BlinkMacSystemFont, -apple-system, "San Francisco Text", "Roboto", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0, 0.25);
}
::selection { background: #B4D5FF; }
*, *:before, *:after {
box-sizing: inherit;
}
a {
text-decoration: none;
color: #000;
border-bottom: 1px dotted currentColor;
}
a:hover { border-bottom-style: solid; }
a:active { position: relative; top: 2px; }
hr {
border: 0;
border-bottom: 1px solid #ccc;
margin: 24px 0;
}
h1 {
font-size: 40px;
line-height: 1;
}
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h1, h2, h4 {
font-weight: normal;
color: #000;
font-family: "Inter", "Inter UI", "Segoe UI", BlinkMacSystemFont, -apple-system, "San Francisco Display", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
letter-spacing: -0.4px;
overflow-wrap: break-word;
}
h3 {
margin: 0;
color: #000;
}
img {
border: 0;
width: 100%;
height: auto;
}
.hidden { display: none; }
a.no-underline { border-bottom: 0; }
.headline { font-size: 20px; }
.bold { color: #000; }
.hinted { color: #6d6d6d; }
.faded { color: #6d6d6d; }
.clean { margin: 0; }
.ok { color: #008000; }
.warning { color: #cc4400; }
.error { color: #e60000; }
.contain {
max-width: 640px;
margin: 16px auto;
padding: 16px;
}
.markdown pre {
overflow-x: scroll;
}
.contain--more { max-width: 680px; }
.center { text-align: center; }
.right { text-align: right; }
.padding-s { padding: 6px; }
.padding { padding: 12px; }
.clicky { cursor: pointer; }
.link-style { border: none; }
.span-icon {
float: right;
margin-left: 16px;
}
.js .category--open .category__closed-marker { display: none; }
.js .category--closed .components { display: none; }
.js .category--closed .category__open-marker { display: none; }
.js .hidden-with-js { display: none; }
.hide-without-js { display: none; }
.js span.hide-without-js { display: inline; }
.js div.hide-without-js { display: block; }
.date {
display: block;
margin-top: 12px;
color: #666;
font-variant: small-caps;
}
.tag {
display: inline-block;
padding: 4px 8px;
margin-right: 4px;
margin-bottom: 2px;
background: #eee;
}
.tag:hover { background: #ddd; }
.header {
padding: 8px 0;
background: #020381;
}
.header a {
color: #fff;
font-size: 14px;
font-variant: small-caps;
}
.header a h1 { color: #fff; }
.header__logo img {
height: auto;
width: 320px;
}
.header__logo--small img {
height: auto;
width: 160px;
}
.header--large { padding: 16px; }
.header--large a { font-size: 20px; }
.footer {
padding: 10px;
background: #f5f5f5;
}
.footer__copyright {
display: block;
font-variant: small-caps;
}
.footer__copyright a, a.header__logo {
border-bottom: 0;
}
.summary {
padding: 16px;
color: #fff;
}
.summary__date:hover {
color: #ccc;
}
.summary__date:hover:after {
content: ' ⟳ ';
color: #fff;
}
.components {
border: 2px solid #ddd;
border-bottom: 0;
}
.component {
color: #000;
padding: 16px;
border-bottom: 2px solid #ddd;
}
.tooltip { cursor: pointer; position: relative; }
.tooltip__text { display: none; }
.tooltip:hover .tooltip__text,
.tooltip:active .tooltip__text {
display: block;
position: absolute;
top: 0;
left: 24px;
background: #181818;
color: #fff;
z-index: 50;
padding: 8px;
border: 2px solid #242424;
font-size: 14px;
color: #ccc;
width: 320px;
height: auto;
}
@media (max-width: 640px) {
.tooltip:hover .tooltip__text,
.tooltip:active .tooltip__text {
width: 50vw;
}
}
.tabs { border-bottom: 1px solid #ccc; }
.tabs--inner { padding: 0 16px; margin: 0 auto; }
a.tab { display: inline-table; }
.tab--current {
border: 1px solid #ccc;
border-bottom-color: #fff;
padding: 12px 18px;
position: relative;
top: 1px;
}
.tab--other {
border: 0;
padding: 12px 18px;
position: relative;
top: 1px;
color: #757575;
}
.tab--other:hover { color: #000; }
.issue { display: block; padding: 14px 24px; }
.issue:hover, .category__head:hover { background: #f5f5f5; }
.issue:active, .category__head:active { background: #eee; }
.issue h3 { line-height: 1.25; }
.category__head { margin-top: 20px; }
.archive__head { padding: 20px; background: #f5f5f5; }
.status-ok .summary { background: #008000; }
.status-disrupted .summary, .change-header-color.status-disrupted .header { background: #cc4400; }
.status-down .summary, .change-header-color.status-down .header { background: #e60000; }
.status-notice .summary, .change-header-color.status-notice .header { background: #24478f; }
.announcement-box .padding {
padding: 16px;
}
.status-disrupted .announcement-box { border: 2px solid #cc4400; }
.status-down .announcement-box { border: 2px solid #e60000; }
.status-notice .announcement-box { border: 2px solid #24478f; }
.status-disrupted .announcement-box,
.status-down .announcement-box,
.status-notice .announcement-box { border-top: 0; }
.category--open .category-status { display: none; }
.component-status, .category-status { float: right; }
.component[data-status="ok"] .component-status,
.category__head[data-status="ok"] .category-status
{ color: #008000; }
.component[data-status="disrupted"] .component-status,
.category__head[data-status="disrupted"] .category-status
{ color: #cc4400; }
.component[data-status="notice"] .component-status,
.category__head[data-status="notice"] .category-status
{ color: #24478f; }
.component[data-status="down"] .component-status,
.category__head[data-status="down"] .category-status
{ color: #e60000; }
@media (min-width: 640px) {
.float-right {
float: right;
display: inline;
}
}
</style>
<meta name="robots" content="noindex,nofollow">
<style>
.header__logo--small img {
width: 100px !important;
}
</style>
</head>
<body class="status-homepage status-ok ">
<div class="header">
<div class="contain">
<a href="https://www.dreamapplystatus.com" class="header__logo header__logo--small">
<img src="/logo.png" alt="DreamApply Status">
</a>
</div>
</div>
<div class="contain center">
<h1 class="bold">There is nothing here.</h1>
<p class="affected-text hidden">It looks like this system either does not exist or has never had any recorded downtime.</p>
<p>This could be a problem on our part. Perhaps we moved a certain resource and now it is gone. It is also possible that the resource you are trying to view is empty. But do you also mind to double check the link?</p>
</div>
<script>
if (window.location.pathname.includes('affected')) {
document.querySelector('.affected-text').className = "affected-text";
}
</script>
<script type="text/javascript">
console.log('cState v5.6.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';
if (document.body.className === 'change-header-color') {
if (document.body.className === 'status-down') {
document.querySelector('meta[name=theme-color]').setAttribute('content', themeDownColor);
} else if (document.body.className === 'status-disrupted') {
document.querySelector('meta[name=theme-color]').setAttribute('content', themeDisruptedColor);
} else {
document.querySelector('meta[name=theme-color]').setAttribute('content', themeNoticeColor);
}
}
if (window.location.hash.match('access_token')) {
document.location.pathname = '/admin';
}
if (window.location.hash.match('invite_token')) {
document.location.pathname = '/admin';
}
if (window.location.hash.match('confirmation_token')) {
document.location.pathname = '/admin';
}
if (window.location.hash.match('email_change_token')) {
document.location.pathname = '/admin';
}
if (window.location.hash.match('recovery_token')) {
document.location.pathname = '/admin';
}
function toggleCategoryHead(el) {
if (el.parentNode.className == 'category category--open category--titled') {
el.parentNode.className = 'category category--closed category--titled';
} else {
el.parentNode.className = 'category category--open category--titled';
}
}
function timeSince(date) {
var seconds = Math.floor((new Date() - date) / 1000);
var interval = Math.floor(seconds / 31536000);
if (interval > 1) {
return interval + ' years';
}
interval = Math.floor(seconds / 2592000);
if (interval > 1) {
return interval + ' months';
}
interval = Math.floor(seconds / 86400);
if (interval > 1) {
return interval + 'd';
}
interval = Math.floor(seconds / 3600);
if (interval > 1) {
return interval + 'h';
}
interval = Math.floor(seconds / 60);
if (interval > 1) {
return interval + ' min';
}
if(Math.floor(seconds) < 0) {
return Math.floor(seconds);
}
return Math.floor(seconds) + 's';
}
function updateRelativeTimes() {
var elements = document.querySelectorAll('.relative-time');
for (var i = 0; i < elements.length; i++) {
var element = elements[i];
var time = Date.parse(element.dataset.date);
var html = element.getAttribute('data-time-prefix') || '';
if (!time) {
time = element.innerText;
element.setAttribute('title', time || new Date);
html += 'just now';
} else if (timeSince(time) < 0) {
html = element.innerText;
} else {
html += timeSince(time) + ' ago';
}
html += element.getAttribute('data-time-suffix') || '';
element.innerHTML = html.trim();
}
}
updateRelativeTimes();
setInterval(updateRelativeTimes, 5000);
</script>
<div class="footer">
<div class="contain">
<p><strong class="bold">© DreamApply, 2024</strong>
• <a href="#">Back to top</a>
</p>
<p>We continuously monitor the status of DreamApply services and if there are any interruptions, a note will be posted here.</p>
<hr>
<p class="hinted">
<small>
⚡
Subscribe via RSS —
<a href="https://www.dreamapplystatus.com/index.xml" class="no-underline">to all updates</a>
</small>
</p>
</div>
</div>
</body>
</html>
{
"error": false,
"result": {
"success": true,
"ogTitle": "DreamApply Status",
"ogDescription": "We continuously monitor the status of DreamApply services and if there are any interruptions, a note will be posted here.",
"ogLocale": "en",
"ogUrl": "https://www.dreamapplystatus.com/",
"charset": "utf-8",
"requestUrl": "https://dreamapplystatus.com"
},
"response": {}
}
{
"English - Inferred": "Based on the title and description text the website content is potentially English.",
"Java EE": "Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"Cloudflare": "Automatically optimizes the delivery of your web pages so your visitors get the fastest page load times and best performance.",
"cstate": "Open source static status page.",
"GitHub": "The website mentions github.com in some form.",
"API Developer": "This website contains a link to an API or Developer page.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"HSTS IncludeSubdomains PreLoad": "This website includes instructions for HSTS loading that would allow it to be submitted to the HSTS preload list.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"DMARC": "A technical specification created by a group of organizations that want to help reduce the potential for email-based abuse",
"DMARC Reject": "The domain has a DMARC policy of 'Reject'. This policy tells the mail server to reject emails that fail DMARC checks, preventing them from being delivered at all.",
"Cloudflare DNS": "DNS services provided by Cloudflare.",
"DNSSEC": "DNSSEC strengthens DNS authentication by using digital signatures based on public key cryptography.",
"Cloudflare Hosting": "Supercharged web hosting service.",
"IPv6": "The website has an IPv6 record.",
"RSS": "A family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts.",
"Cloudflare CDN": "Content owned by this site hosted on the Cloudflare CDN."
}
{
"status": 200,
"statusText": "",
"headers": {
"access-control-allow-origin": "*",
"alt-svc": "h3=\":443\"; ma=86400",
"cache-control": "public, max-age=0, must-revalidate",
"cf-cache-status": "DYNAMIC",
"cf-ray": "90e7f21a3b1281f1-IAD",
"connection": "keep-alive",
"content-encoding": "br",
"content-type": "text/html; charset=utf-8",
"date": "Sat, 08 Feb 2025 01:46:23 GMT",
"nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
"referrer-policy": "strict-origin-when-cross-origin",
"report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=2J%2FYQ7ulFRZ%2BDivdzlQ62BLM%2By1KlDy5BGjQFv3LBr5lWs159ZLxQ4WuLqKIFk38ZDsDcj8TGKKXGQiVqrjFs7WVpA6%2Fhg83da9L1RAZ%2Bq6Q0MxWYZupYGHHo550wVnDeaNU9y5LM5KNnaa9WfyLU45M3A%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
"server": "cloudflare",
"server-timing": "cfL4;desc=\"?proto=TCP&rtt=931&min_rtt=784&rtt_var=399&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3187&recv_bytes=798&delivery_rate=5158163&cwnd=252&unsent_bytes=0&cid=8327c7d6a8116ff5&ts=152&x=0\"",
"strict-transport-security": "max-age=15552000; includeSubDomains; preload",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-content-type-options": "nosniff"
}
}
{
"data": {
"total": 0,
"personal_emails": 0,
"generic_emails": 0,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "dreamapplystatus.com",
"company": null,
"type": null
}
}
}
{
"whois.verisign-grs.com": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"INES.NS.CLOUDFLARE.COM",
"NITIN.NS.CLOUDFLARE.COM"
],
"Domain Name": "DREAMAPPLYSTATUS.COM",
"Registry Domain ID": "2547816889_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.rrpproxy.net",
"Registrar URL": "http://www.key-systems.net",
"Updated Date": "2025-01-30T14:57:07Z",
"Created Date": "2020-07-22T16:46:56Z",
"Expiry Date": "2025-07-22T16:46:56Z",
"Registrar": "Key-Systems GmbH",
"Registrar IANA ID": "269",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+49.68949396850",
"DNSSEC": "signedDelegation",
"DNSSEC DS Data": "2371 13 2 BF6196C47CEF103B519563893163D838EFF7245BB1F764DE5ABF810FE8E0C783",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of whois database": "2025-02-08T01:46:12Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"NOTICE: The expiration date displayed in this record is the date the",
"registrar's sponsorship of the domain name registration in the registry is",
"currently set to expire. This date does not necessarily reflect the expiration",
"date of the domain name registrant's agreement with the sponsoring",
"registrar. Users may consult the sponsoring registrar's Whois database to",
"view the registrar's reported date of expiration for this registration.",
"",
"TERMS OF USE: You are not authorized to access or query our Whois",
"database through the use of electronic processes that are high-volume and",
"automated except as reasonably necessary to register domain names or",
"modify existing registrations; the Data in VeriSign Global Registry",
"Services' (\"VeriSign\") Whois database is provided by VeriSign for",
"information purposes only, and to assist persons in obtaining information",
"about or related to a domain name registration record. VeriSign does not",
"guarantee its accuracy. By submitting a Whois query, you agree to abide",
"by the following terms of use: You agree that you may use this Data only",
"for lawful purposes and that under no circumstances will you use this Data",
"to: (1) allow, enable, or otherwise support the transmission of mass",
"unsolicited, commercial advertising or solicitations via e-mail, telephone,",
"or facsimile; or (2) enable high volume, automated, electronic processes",
"that apply to VeriSign (or its computer systems). The compilation,",
"repackaging, dissemination or other use of this Data is expressly",
"prohibited without the prior written consent of VeriSign. You agree not to",
"use electronic processes that are automated and high-volume to access or",
"query the Whois database except as reasonably necessary to register",
"domain names or modify existing registrations. VeriSign reserves the right",
"to restrict your access to the Whois database in its sole discretion to ensure",
"operational stability. VeriSign may restrict or terminate your access to the",
"Whois database for failure to abide by these terms of use. VeriSign",
"reserves the right to modify these terms at any time.",
"",
"The Registry database contains ONLY .COM, .NET, .EDU domains and",
"Registrars."
]
},
"whois.rrpproxy.net": {
"Domain Status": [
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"ines.ns.cloudflare.com",
"nitin.ns.cloudflare.com"
],
"Domain Name": "dreamapplystatus.com",
"Registry Domain ID": "2547816889_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.rrpproxy.net",
"Registrar URL": "",
"Updated Date": "2025-01-30T14:57:07Z",
"Created Date": "2020-07-22T16:46:56Z",
"Expiry Date": "2025-07-22T16:46:56Z",
"Registrar": "Key-Systems GmbH",
"Registrar IANA ID": "269",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+49.68949396850",
"Registry Registrant ID": "",
"Registrant Name": "Domain Administrator",
"Registrant Organization": "DreamApply",
"Registrant Street": "Parnu mnt 102b",
"Registrant City": "Tallinn",
"Registrant State/Province": "Harjumaa",
"Registrant Postal Code": "11312",
"Registrant Country": "EE",
"Registrant Phone": "+372.6314625",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "[email protected]",
"Registry Admin ID": "",
"Admin Name": "Domain Administrator",
"Admin Organization": "DreamApply",
"Admin Street": "Parnu mnt 102b",
"Admin City": "Tallinn",
"Admin State/Province": "Harjumaa",
"Admin Postal Code": "11312",
"Admin Country": "EE",
"Admin Phone": "+372.6314625",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "[email protected]",
"Registry Tech ID": "",
"Tech Name": "Domain Administrator",
"Tech Organization": "DreamApply",
"Tech Street": "Parnu mnt 102b",
"Tech City": "Tallinn",
"Tech State/Province": "Harjumaa",
"Tech Postal Code": "11312",
"Tech Country": "EE",
"Tech Phone": "+372.6314625",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "[email protected]",
"Registry Billing ID": "",
"Billing Name": "Domain Administrator",
"Billing Organization": "DreamApply",
"Billing Street": "Parnu mnt 102b",
"Billing City": "Tallinn",
"Billing State/Province": "Harjumaa",
"Billing Postal Code": "11312",
"Billing Country": "EE",
"Billing Phone": "+372.6314625",
"Billing Phone Ext": "",
"Billing Fax": "",
"Billing Fax Ext": "",
"Billing Email": "[email protected]",
"DNSSEC": "signedDelegation",
"URL of the ICANN WHOIS Data Problem Reporting System": "https://wdprs.internic.net/",
">>> Last update of WHOIS database": "2025-02-08T01:46:24Z <<<",
"text": [
"For more information on Whois status codes, please visit https://www.icann.org/epp",
"",
"To contact the registered registrant please proceed to:",
"https://www.domain-contact.org",
"This data is provided by",
"for information purposes, and to assist persons obtaining information",
"about or related to domain name registration records.",
"does not guarantee its accuracy.",
"By submitting a WHOIS query, you agree that you will use this data",
"only for lawful purposes and that, under no circumstances, you will",
"use this data to",
"1) allow, enable, or otherwise support the transmission of mass",
"unsolicited, commercial advertising or solicitations via E-mail",
"(spam) or",
"2) enable high volume, automated, electronic processes that apply",
"to this WHOIS server.",
"These terms may be changed without prior notice.",
"By submitting this query, you agree to abide by this policy."
]
}
}
[
{
"url": "https://dreamapplystatus.com",
"technologies": [
{
"slug": "cstate",
"name": "cState",
"icon": "cState.svg",
"versions": [
"5.6.1"
],
"categories": [
{
"id": 13,
"slug": "issue-trackers",
"name": "Issue trackers"
}
],
"confirmedAt": 1738979189
},
{
"slug": "hsts",
"name": "HSTS",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
],
"confirmedAt": 1738979189
},
{
"slug": "cloudflare",
"name": "Cloudflare",
"icon": "CloudFlare.svg",
"versions": [],
"categories": [
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1738979189
},
{
"slug": "http-3",
"name": "HTTP/3",
"icon": "HTTP3.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1738979189
}
]
}
]