Skip to content

Instantly share code, notes, and snippets.

Message: An error occurred while sending the request.
Source: mscorlib
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Merge.Uconn.Cfar.Services.CfarApiClientService.<GetProviderDetailAsync>d__6.MoveNext() in D:\a\1\s\src\backend\Feature\Cfar\code\Services\CfarApiClientService.cs:line 82
Nested Exception
Exception: System.Net.WebException
Message: Unable to connect to the remote server
Source: System
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
Paste here
{
"data": {
"layout": {
"item": {
"rendered": {
"sitecore": {
"context": {
"pageEditing": false,
"site": {
"name": "Interwell Health"
@tneigerux
tneigerux / dbtest.php
Created June 5, 2020 20:15
Test of DB connection via PHP script
<?php
# Fill our vars and run on cli
# $ php -f db-connect-test.php
$dbname = 'REDACTED';
$dbuser = 'root';
$dbpass = 'REDACTED';
$dbhost = "localhost";
$link = mysqli_connect($dbhost, $dbuser, $dbpass) or die("Unable to Connect to '$dbhost'");
post-title tags main-image title-tag
Blog Post Title Lorum
tag1
HomeServe - this will make me easy to find

Everything you need to know!

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim blandit volutpat maecenas. Mauris nunc congue nisi vitae. Nec sagittis aliquam malesuada bibendum. Neque gravida in fermentum et sollicitudin ac orci phasellus egestas. Tempor orci eu lobortis elementum nibh tellus molestie nunc non. Lacus luctus accumsan tortor posuere ac ut consequat semper viverra. Non pulvinar neque laoreet suspendisse interdum consectetur. Faucibus interdum posuere lorem ipsum dolor sit amet consectetur adipiscing. Lectus sit amet est placerat in egestas erat imperdiet. Ut aliquam purus sit amet luctus venenatis lectus magna fringilla. Orci a scelerisque purus semper. Venenatis tellus in metus vulputate eu scelerisque felis. Nulla facilisi nullam vehicula ipsum a arcu

@tneigerux
tneigerux / gpc-web-site-2014-redesign-ia
Created November 13, 2013 01:24
GPC Web Site 2014 Redesign - IA
# Information Architecture
The information architecture is the structure of the site which drive the site map, navigation and search (if any).
The site map drives the content inventory and is the next design artifact.
This document also identifies and prioritizes the audience(s) the content is intended to serve. I generally assume prospective/existing Sponsors are #1 but never want to neglect the others (runners/family/volunteers/route neighbors).
<!--
Start of DoubleClick Floodlight Tag: Please do not remove
Activity name of this tag: Frontier_Great28
This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.
Creation Date: 07/28/2015
-->
<script type="text/javascript">
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('<iframe src="https://4569416.fls.doubleclick.net/activityi;src=4569416;type=1;cat=front006;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');