How to Use Prefix to Troubleshoot Remote HTTP Calls

By: mwatson
  |  May 1, 2023
How to Use Prefix to Troubleshoot Remote HTTP Calls

Prefix enables to developers to easily see what their code is doing. Including SQL calls, errors, logs, and much more. One of the key features is tracking remote HTTP calls to know if they worked, how long they took, etc. Viewing what the code did on a remote server takes it one step further to simplify the daily life of a developer who is testing or troubleshooting their code.

Learn more about Prefix

Why Do You Need to Trace Remote HTTP Calls?

This is insanely useful if your code does a lot of REST API calls to another web service. When troubleshooting an application, it is relatively easy to debug what the code is doing on your local machine. But when your code makes an HTTP web service call to a remote server, you have no idea what is going on remotely. This feature is a lifesaver/bug killer for quickly troubleshooting application problems. With remote HTTP call tracing, now you can seamlessly see what is happening locally and remotely. #amazing

How to Enable Remote HTTP Tracing

First off, you need Prefix on your workstation. Setting up remote tracing is easy. All you need to do is install Retrace on the server that you want to view transactions for. You can do this by starting a free Retrace trial. 

How to Trace Remote HTTP Calls

Prefix will automatically detect if your code does an HTTP call that it can do remote tracing for. A “View” button will then automatically show up to the HTTP call. Just give it a click and in a few seconds you will be able to see the complete transaction trace from the remote server.

This example below did an HTTP call to download the home page of a website. That website happened to be a CMS application. So you can see all the MVC child actions, SQL queries, etc. 

2016-12-05-10_54_38-stackify-prefix

 

What is Prefix?

If you are not familiar with Prefix, it is a free tool from Stackify. Remote tracing is now available in Prefix and requires Retrace to be installed on your server. Prefix will warn you if your code is running the same SQL query multiple times, not closing a SQL connection and more. Instantly compare performance stats from QA & Prod to your local request. One click to compare all details in Retrace. Built on Stackify’s powerful, proven technology, but it’s so lightweight it will never slow you down.

Retrace APM starts at just $10 a month.

Get Prefix Power on a server!
Get Prefix Power on a server!

Improve Your Code with Retrace APM

Stackify's APM tools are used by thousands of .NET, Java, PHP, Node.js, Python, & Ruby developers all over the world.
Explore Retrace's product features to learn more.

Learn More

Want to contribute to the Stackify blog?

If you would like to be a guest contributor to the Stackify blog please reach out to [email protected]