Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - podx.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.14.0 (Ubuntu)
Date: Thu, 01 May 2025 15:15:45 GMT
Content-Type: text/html
Content-Length: 194
Connection: keep-alive
Location: https://www.podcastcon.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.podcastcon.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.14.0 (Ubuntu)
Date: Thu, 01 May 2025 15:15:46 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: PHPSESSID=33sgigbctnlos8rcodrbbt625n; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Link: <https://www.podcastcon.com/wp-json/>; rel="https://api.w.org/"

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: podx.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="robots" content="index, follow">

    <title>PodcastCon</title>


    <meta name="keywords" content="podcast podx podcastcon podcasting">

    <link rel="shortcut icon" type="image/x-icon" href="https://www.podcastcon.com/wp-content/uploads/2020/02/favicon-2.png"/>
    <link rel="canonical" href="https://www.podcastcon.com/"/>
    <meta property="og:site_name" content="PodcastCon — A Brand New Podcast Convention "/>
    <meta property="og:title" content="PodcastCon &mdash; A Brand New Podcast Convention "/>
    <meta property="og:url" content="https://www.podcastcon.com/"/>
    <meta property="og:type" content="website"/>
    <meta property="og:image" content="https://www.podcastcon.com/wp-content/uploads/2020/02/default-share.png"/>
    <meta property="og:image:width" content="1500"/>
    <meta property="og:image:height" content="843"/>
    <meta property="og:description" content="Celebrate the art of podcasting!  Learn from the pros, explore the industry, and connect with the growing podcast community."/>
    <meta itemprop="name" content="PodcastCon"/>
    <meta itemprop="url" content="https://www.podcastcon.com/"/>
    <meta itemprop="thumbnailUrl" content="/wp-content/uploads/2020/02/default-share.png"/>
    <link rel="image_src" href="/wp-content/uploads/2020/02/default-share.png" />
    <meta itemprop="image" content="/wp-content/uploads/2020/02/default-share.png"/>
    <meta name="twitter:title" content="PodcastCon — A Brand New Podcast Convention "/>
    <meta name="twitter:image" content="/wp-content/uploads/2020/02/default-share.png"/>
    <meta name="twitter:url" content="https://www.podcastcon.com/"/>
    <meta name="twitter:card" content="summary"/>
    <meta name="description" content="Celebrate the art of podcasting!  Learn from the pros, explore the industry, and connect with the growing podcast community." />

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
    <link rel="stylesheet" href="/wp-content/themes/podx/styleNew.css?24107" type="text/css" media="screen">
    <link rel="stylesheet" href="https://use.typekit.net/rnx3vcn.css" type="text/css" media="screen">


    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-SZ31RXW5N3"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-SZ31RXW5N3');
    </script>

    <!-- Place your kit's code here -->
    <script src="https://kit.fontawesome.com/ba0d2cfd82.js" crossorigin="anonymous"></script>


    <style>


        ::selection {
            background: rgba(106,231,255,0.3); /* WebKit/Blink Browsers */
        }
        ::-moz-selection {
            background: rgba(106,231,255,0.3); /* Gecko Browsers */
        }


        .navbar-brand {
            font-size: 1rem;
            text-align: center;
            letter-spacing: 1.2px;
            margin-top:50px;
        }

        li.nav-item {
            font-size: 1.05rem;
            text-transform: uppercase;
            letter-spacing: .16em;
            font-weight: 800;
            margin: 0 1em 0 0;
        }

        .carousel-slide-content {
            padding: 12rem 0 2rem;
        }

        #getTicketsButton {
            margin-left: 1rem;
        }

        #SubgetTicketsButton {
            margin-left: 0rem;
        }

        .content__button .button, .content__formFields .button, .footer__button .button{
            padding: 15px 50px 15px 50px;
            font-weight: bold;
            font-style: normal;
            font-size: 24px;

            font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #fff;
            box-shadow: none;

            border-width: 4px;
            border-style: solid;
            border-color: #fff;
            border-image: initial;
            border-radius: 50px;
            background: none;

            cursor: pointer;
            display: inline-block;

            letter-spacing: 3px;
            margin-right: 0;

            overflow: hidden;
            text-align: center;
            text-transform: none;
            vertical-align: middle;
            white-space: normal;
            height: auto;
            min-height: 36px;
            line-height: inherit;
            align-content:center;
        }

        .content__button .button:hover {
            color: #4980fe;
            background-color: rgb(255, 255, 255);
        }

        .footer__button .button {
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing:2px;
            color: #6ae7ff;
            border-color: #6ae7ff;
            padding: 8px 16px;
            margin-top:0px;
        }

        .content__formFields label {
            line-height: 200%;
            font-weight: bold;
            font-style: normal;
            font-size: 24px;
            font-family: Proxima-Nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: rgb(255, 255, 255);
            display: block;
            padding-bottom: 6px;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .content__formFields input[type=text] {
            background-color: #fff;
            border: 0px solid #c9c9c9;
            border-radius: 50px;
            display: inline-block;
            margin: 0 0 24px;
            min-height: 50px;
            min-width: 50px;
            padding: 0 1em;
            vertical-align: middle;
            width: 100%;
            color: #999999;
            font-size:1.5em;
            text-align:center

        }

        .navbar-toggler {
            font-size: 3rem;
            position: absolute;
            top: 0;
            right: 0;
        }
        .navbar-dark .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

        @media only screen and (max-width: 600px)
        {

            .btn-outline-yellow {
                background-color: transparent;
                color: #3f00b1 !important;
                border-color: #3f00b1 !important;
                border: 3px solid;
            }

        }

    </style>

</head>

<body>


<div class="fixed-top">
    <!--<div class="navbar" style="background-color:#3f01b2; color:#fff">
        <p style="color:#fff">
        <center style="color:#fff"><strong>Due to the COVID-19 pandemic, PodcastCon has been rescheduled.</strong> <a  style="color:#fff" href="https://www.podcastcon.com/wp-content/uploads/2020/06/MM-20-Postponement-Announcement-2.pdf">&emsp; Read the Press Release&emsp;<i class="fas fa-chevron-right"></i></a> </center>
        </p>
    </div>-->
    <nav class="navbar navbar-expand-md navbar-dark top-right-bg">

        <div class="container">
            <a class="navbar-brand" href="/">
                <img src="/wp-content/themes/podx/_images/logo.png" id="logo_home" alt="">
                <!--<span style="font-weight:800;letter-spacing:.18em;text-shadow: 0px 1px 3px rgba(17, 0, 61, 0.8);">AUGUST 20–22, 2021 • CHICAGO</span>-->
            </a>
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarCollapse">
                <ul class="navbar-nav ml-auto">
                    <li class="nav-item">
                        <a class="nav-link" href="/postponement">Postponement FAQ</a>
                    </li>
                    <!--<li class="nav-item">
                        <a class="nav-link" href="/schedule">Schedule</a>
                    </li>-->
                    <!--<li class="nav-item dropdown">
                        <a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About</a>
                        <div class="dropdown-menu" aria-labelledby="dropdown01">

                            <a class="dropdown-item" href="/travel">Hotel</a>
                            <a class="dropdown-item" href="http://support.podcastcon.com/support/home">FAQ</a>


                        </div>
                    </li>-->
                    <!--<li class="nav-item dropdown">
                        <a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Get&nbsp;Involved</a>
                        <div class="dropdown-menu" aria-labelledby="dropdown01">
                            <a class="dropdown-item" href="/programming">Call for Programming</a>
                            <a class="dropdown-item" href="/volunteers">Volunteer</a>
                            <a class="dropdown-item" href="/vendors">Vend</a>
                            <a class="dropdown-item" href="/sponsors">Sponsor</a>
                            <a class="dropdown-item" href="/press">Press</a>
                        </div>
                    </li>-->
                    <li class="nav-item">
                        <a id="getTicketsButton" class="nav-link btn btn-outline-yellow" href="https://mailchi.mp/mischiefmanagement/podcastcon">&emsp; GET EMAIL UPDATES &emsp;</a>
                    </li>
                </ul>
            </div>

        </div>
    </nav>
</div>
<div class="body-content">

    <div>

        <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">

            <div class="carousel-inner">
                <div class="carousel-item active" id="slidepodcastcon">
                    <div class="carousel-slide-content d-md-block text-center align-middle">
                        <div class="container">
                            <div class="row">
								<div class="text-center align-middle" style="margin-top:150px; margin-bottom:50px;">
									<a style="opacity:100% !important;" href="/postponement"><img style="width:60%" src="https://www.podcastcon.com/wp-content/themes/podx/images/PC_Hero-Postponement-2021.png"></a>
								</div>
								
                                <!--<div class="col-md-6 offset-md-3 mt-5 pr-5 pl-5" style="padding-bottom:10em">
								
									
                                    <h1 style="margin-top:1em; margin-bottom:.5em;">Celebrate the art of podcasting</h1>
                                    <h3 style="margin-bottom:1em;">Learn from the pros, explore the industry, 
and connect with the growing podcast community </h3>
									<p><a href="/tickets"
										  style="
										color: #6ae7ff;
										font-size: 1em;
										font-weight: 800;
										text-transform: uppercase;
										letter-spacing: .16em;
										">

										<strong>Learn about tickets <i class="fas fa-chevron-right"></i> </strong></a></p>
					

                                </div>-->

                            </div>
                        </div>



                    </div>
                </div>
            </div>


          <!--   <section id="section-white">
                <div class="container text-center dark-section">

<div class="row">
	
	<div class="col-md-6 offset-md-3 mt-1" style="padding-bottom:1em">
                                    <h1 style="margin-top:0em; margin-bottom:.5em; color:#3f00b1;">Something for<br>every podcast fan</h1>
                                    <h3 style="margin-bottom:1em; color:#666666; font-size: 1.5em;">You won&rsquo;t believe everything you can do at PodcastCon. </h3>
									<p><a href="/schedule"
										  style="
										color: #3f00b1;
										font-size: 1em;
										font-weight: 800;
										text-transform: uppercase;
										letter-spacing: .16em;
										">

										<strong>Preview the Schedule <i class="fas fa-chevron-right"></i> </strong></a></p>
                                </div>
	
                                <div class="col-md-4 offset-md-2" style="padding-top:80px; padding-left:3%; padding-right:3%">

									<img width="100px" style="margin-bottom:20px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/icon-blue.png">

									<h3 style="color:#3f00b1; font-size: 2em; font-weight: 800">Advance your skills</h3>
                                    <p style="color:#666666; font-size: 1em; font-weight:400; margin-bottom:2em">Become a better podcaster with specialized workshops
built to elevate your skills, equipment, and brand</p>
									<p><a href="/schedule" style="color:#3f00b1;">Learn more <i class="fas fa-chevron-right" style="font-size:70%"></i> </a> </p>
                                </div>
                                <div class="col-md-4" style="padding-top:80px; padding-left:3%; padding-right:3%">
									<img width="100px" style="margin-bottom:20px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/icon-red.png">
                                     <h3 style="color:#3f00b1; font-size: 2em; font-weight: 800">Build your network</h3>
                                    <p style="color:#666666; font-size: 1em; font-weight:400; margin-bottom:2em">Meet with other creators and industry leaders at dedicated networking events
</p>
                                    <p><a href="/schedule" style="color:#3f00b1;">Learn more  <i class="fas fa-chevron-right" style="font-size:70%"></i></a></p>
                                </div>
                                <div class="col-md-4 offset-md-2" style="padding-top:120px; padding-left:3%; padding-right:3%">
									<img width="100px" style="margin-bottom:20px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/icon-greeb.png">
                                     <h3 style="color:#3f00b1; font-size: 2em; font-weight: 800">Power your podcast</h3>
                                    <p style="color:#666666; font-size: 1em; font-weight:400; margin-bottom:2em">Take your podcast to the next level with exclusive keynote presentations</p>
                                    <p><a href="/schedule" style="color:#3f00b1;">Learn more  <i class="fas fa-chevron-right" style="font-size:70%"></i></a></p>
                                </div>
                                <div class="col-md-4" style="padding-top:120px; padding-left:3%; padding-right:3%">
									<img width="100px" style="margin-bottom:20px" src="https://www.podcastcon.com/wp-content/uploads/2020/03/yellow.png">
                                     <h3 style="color:#3f00b1; font-size: 2em; font-weight: 800">Play with your faves</h3>
                                    <p style="color:#666666; font-size: 1em; font-weight:400; margin-bottom:2em">See your favorite podcasters like never before with live shows, meetups, games — and more!</p>
                                    <p><a href="/schedule" style="color:#3f00b1;">Learn more  <i class="fas fa-chevron-right" style="font-size:70%"></i></a></p>
                                </div>
                            </div>


                </div>
            </section>-->





			<!--<section id="section-pitch">
                <div class="container text-center dark-section" >
                    <h1 style="margin-bottom:.5em; line-height:1">Programming<br>by you!</h1>

                    <h3 style="margin-bottom:1em; font-size: 1.8rem;">Our call for programming submissions is open.
<br>Become a PodcastCon presenter!</h3>
                    <p><a href="/programming"
										  style="
										color: #6ae7ff;
										font-size: 1em;
										font-weight: 800;
										text-transform: uppercase;
										letter-spacing: .16em;
										">

										<strong>Learn more and apply <i class="fas fa-chevron-right"></i> </strong></a></p>
                </div>
            </section>-->
           <!-- <section id="section-blue">
                <div class="container text-center dark-section">
                 <h1 style="line-height:1">Get the insider scoop</h1>

                    <h3 style="font-size: 1.8rem;">Don't miss out on any of the latest news. </h3>
                    <div class="col-md-6 offset-md-3">
                    <form action="//mischiefmanagement.us18.list-manage.com/subscribe/post?u=2ea9c4d40d5cf4fa245a74b8c&amp;id=02366013ea" accept-charset="UTF-8" method="post" enctype="multipart/form-data" data-dojo-attach-point="formNode" novalidate="">
                        <div class="content__formFields" data-dojo-attach-point="formFieldsContainer">
                            <div class="field-wrapper" id="uniqName_3_0" widgetid="uniqName_3_0">
                                <input type="hidden" name="LOCATION" value="podcastcon" id="mce-LOCATION">
                                <label for="mc-EMAIL"> </label>
                                <input type="text" name="EMAIL" value="Email Address" id="mc-EMAIL" data-kwimpalastatus="alive" data-kwimpalaid="1572837605023-2">
                                <div class="invalid-error"></div>
                            </div>
                                                    </div>
                        <div class="content__gdprBlock" id="dijit__TemplatedMixin_2" widgetid="dijit__TemplatedMixin_2">
                            <div class="content__gdprLegal">
                                <p data-dojo-attach-point="gdprMcLegalContainer">
                                    <span style="font-weight:400; font-size:.7em">We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. <a href="https://mailchimp.com/legal/" target="_blank">Learn more about Mailchimp's privacy practices here.</a></span>
                                </p>
                            </div>
                        </div>
                        <div class="content__button mt-3">
                            <input class="button" type="submit" value="SIGN ME UP" data-dojo-attach-point="submitButton">
                        </div>
                    </form>
                    </div>

                </div>
            </section>-->
            <!--<section id="section-sponsor">
                <div class="container text-center dark-section">
                    <h1 style="margin-bottom:.2em; line-height:1">Become a sponsor</h1>

                    <h3 style="margin-bottom:1em; font-size: 1.8rem;">Help bring PodcastCon to life.</h3>
                    <p><a href="/sponsors"
										  style="
										color: #6ae7ff;
										font-size: 1em;
										font-weight: 800;
										text-transform: uppercase;
										letter-spacing: .16em;
										">

										<strong>Learn more <i class="fas fa-chevron-right"></i> </strong></a></p>


					 <h3 style="margin-top:3em; margin-bottom:1.5em; font-size: 1.5rem;">Past Sponsors Include:</h3>

					<img width="160px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/Netflix-Logo.png">
					<img width="160px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/Patreon-Logo.png">
					<img width="160px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/Radiotopia-Logo.png">
					<img width="160px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/Stitcher-Logo.png">
					<img width="160px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/Wondery-Logo.png">
					<img width="160px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/Bookriot-Logo_small.png">
					<img width="160px" src="https://www.podcastcon.com/wp-content/uploads/2020/02/VoxMedia-Logo2.png">


				</div>


            </section>-->
         <!--   <section id="section-red">



				<div class="container text-center dark-section">
                    <h1 style="line-height:1">Visit Chicago</h1>

                    <h3 style="margin-bottom:1em; font-size: 1.8rem;">Discover all there is to see and do<br>in the beautiful home of PodcastCon.</h3>
                    <p><a href="/visit-chicago"
										  style="
										color: #6ae7ff;
										font-size: 1em;
										font-weight: 800;
										text-transform: uppercase;
										letter-spacing: .16em;
										">

										<strong>Learn more <i class="fas fa-chevron-right"></i> </strong></a></p>
                </div>
            </section>-->



<footer>
    <div class="container">

        <div class="row">
        <div style="margin-bottom:50px" class="col-md-4">
            <h4>We hope to gather soon</h4>
<p style="font-size:1.25rem; line-height:1.5; color:#fff; font-weight:400">Due to the ongoing pandemic, we have postponed PodcastCon 2021.<br><a href="/postponement">Learn More <i style="font-size:70%; " class="fas fa-chevron-right"></i></a></p>
        </div>
        <div style="margin-bottom:50px" class="col-md-4">
            <h4>Questions?</h4>
            <p style="font-size:1.25rem; line-height:1.5; color:#fff; font-weight:400">If you have a question please email <a href="mailto:[email protected]">[email protected]</a> and a team member will be happy to help.</p>
        </div>
        <div style="margin-bottom:50px" class="col-md-4">
            <h4>The Inside Scoop</h4>
            <p style="font-size:1.25rem; line-height:1.5; color:#fff; font-weight:400">Get the latest PodcastCon News!</p>
            <form action="//mischiefmanagement.us18.list-manage.com/subscribe/post?u=2ea9c4d40d5cf4fa245a74b8c&amp;id=02366013ea" accept-charset="UTF-8" method="post" enctype="multipart/form-data" data-dojo-attach-point="formNode" novalidate="">
                <div class="content__formFields" data-dojo-attach-point="formFieldsContainer">
                    <div class="field-wrapper" id="uniqName_3_0" widgetid="uniqName_3_0">
                        <input type="hidden" name="LOCATION" value="podcastcon" id="mce-LOCATION">
                        <input type="text" name="EMAIL" value="" id="mc-EMAIL" data-kwimpalastatus="alive" data-kwimpalaid="1572837605023-2">
                        <div class="invalid-error"></div>
                    </div>
                                    </div>
                <div class="footer__button mt-0">
                    <input class="button" type="submit" value="Subscribe!" data-dojo-attach-point="submitButton">
                </div>
            </form>
        </div>

        </div>
        <div style="margin-top:50px" class="row">
        <div class="col-12">


            <div style="float:right">
                <a style="color:#6b6766; padding-right:20px" href="https://www.facebook.com/HeyPodcastCon/"><img src="https://www.podcastcon.com/wp-content/uploads/2020/02/Facebook.png" width="30px"></></a>

                <a style="color:#6b6766; padding-right:20px" href="https://twitter.com/HeyPodcastCon"><img src="https://www.podcastcon.com/wp-content/uploads/2020/02/Twitter.png" width="30px"></></a>

                <a style="color:#6b6766;  padding-right:20px" href="https://www.instagram.com/heypodcastcon/"><img src="https://www.podcastcon.com/wp-content/uploads/2020/02/Instagram.png" width="30px"></></a>
				
			

            </div>

            <ul id="footer-links" class="nav justify-content-start">
                <li class="nav-item"><a class="nav-link"  href="mailto: [email protected]">Contact</a></li>
                <!--<li class="nav-item"><a class="nav-link"  href="/press">Press</a></li>-->
                <li class="nav-item"><a class="nav-link"  href="https://mailchi.mp/mischiefmanagement/podcastcon">Newsletter</a></li>
                <!--<li class="nav-item"><a class="nav-link"  href="https://mischiefmerch.com/collections/podcastcon">Shop</a></li>-->
				

            </ul>

            <ul id="footer-links"  class="nav justify-content-start text-small">
                <!--<li class="nav-item"><a style="font-weight:400; font-size: 1.3em; text-transform:none !important; letter-spacing:0 !important"class="nav-link"  href="/code-of-conduct">Terms of Service</a></li>-->
                <!--<li class="nav-item"> <a style="font-weight:400; font-size: 1.3em; text-transform:none !important; letter-spacing:0 !important"class="nav-link"  href="/code-of-conduct">Privacy Policy</a></li>-->
                <!--<li class="nav-item"><a style="font-weight:400; font-size: 1.3em; text-transform:none !important; letter-spacing:0 !important"class="nav-link"  href="/code-of-conduct">Code of Conduct</a></li>-->
				<!--<li class="nav-item"><a style="font-weight:400; font-size: 1.3em; text-transform:none !important; letter-spacing:0 !important"class="nav-link"  href="http://www.mischiefmanagement.com/s/MM-20-Postponement-Announcement-2.pdf">COVID-19 Statement</a></li>-->
            </ul>
            <p id="copyright"><a style="color:#fff" href="http://www.mischiefmanagement.com">Mischief Management</a> LLC © 2021. All rights reserved.</p>
<a href="https://airtable.com/shrSu5Vw21uEHLoIu"><img width="200px" src="https://www.podcastcon.com/wp-content/uploads/2020/06/Photo-Tag.png"></a>
            <a class="mx-auto d-table" href="/">
                <img src="/wp-content/themes/podx/_images/logo.png" id="logo_home" alt="" style="width:200px">
            </a>

        </div>
        </div>

    </div>


</footer>



<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>

<script type="text/javascript">
    $('.carousel').carousel({
        interval: 10000
    })
</script>

<script>

    // $(window).on('resize',function() {
    //     $("body").css( "padding-top", function( index ) {
    //         return $("#header").height();
    //     });
    // }).trigger('resize');

    function register($form) {
        $.ajax({
            type: "GET",
            url: $form.attr('action'),
            data: $form.serialize(),
            cache: false,
            dataType: 'jsonp',
            contentType: "application/json; charset=utf-8",
            error: function (err) {
                console.log('error')
            },
            success: function (data) {
                if (data.result != "success") {
                    // console.log('Error: ' + data.msg);
                } else {
                    // console.log("Success");
                    $("#form-fields-all").hide();
                    $("div#form-submission-text").html("<span class='form-submission-success'>Thank you for your interest!</span>");
                }
            }
        });
    }

    $(document).on('submit', '#header-email-form', function (event) {
        console.log('clicked');
        try {
            var $form = jQuery(this);
            event.preventDefault();
            register($form);
        } catch (error) {
            console.log(error);
        }
    });

    $("#header").on("hide.bs.collapse show.bs.collapse", e => {
        $("#header").toggleClass("nav-open");
        $(".body-content").toggleClass("blurred");
    });

</script>

</body>


<!-- Facebook Pixel Code -->

<script>

    !function(f,b,e,v,n,t,s)
    {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
        n.callMethod.apply(n,arguments):n.queue.push(arguments)};
        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
        n.queue=[];t=b.createElement(e);t.async=!0;
        t.src=v;s=b.getElementsByTagName(e)[0];
        s.parentNode.insertBefore(t,s)}(window,document,'script',
        'https://connect.facebook.net/en_US/fbevents.js');

    fbq('init', '2286587778328290');
    fbq('track', 'PageView');


    var button = document.getElementById('getTicketsButton');
    button.addEventListener(
        'click',
        function() {
            fbq('track', 'GetTicketsClick');
        },
        false
    );

</script>

<noscript>
    <img height="1" width="1" src="https://www.facebook.com/tr?id=2286587778328290&ev=PageView&noscript=1"/>
</noscript>

<!-- End Facebook Pixel Code -->

</html>
                               

Whois info of domain

Domain Name: PODX.COM
Registry Domain ID: 120773520_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.wildwestdomains.com
Registrar URL: http://www.wildwestdomains.com
Updated Date: 2023-05-23T18:16:55Z
Creation Date: 2004-05-22T18:24:09Z
Registry Expiry Date: 2026-05-22T18:24:09Z
Registrar: Wild West Domains, LLC
Registrar IANA ID: 440
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS-1429.AWSDNS-50.ORG
Name Server: NS-1921.AWSDNS-48.CO.UK
Name Server: NS-496.AWSDNS-62.COM
Name Server: NS-549.AWSDNS-04.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T15:15:31Z <<<
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
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass