> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTP

> The apfell agent uses a series of POST web requests to send responses for tasking and a series of GET requests to get tasking from the Mythic server.

## Summary

The `apfell` agent uses a series of `POST` web requests to send responses for tasking and a series of `GET` requests to get tasking from the Mythic server.

### Profile Option Deviations

#### Callback Host

The URL for the redirector or Mythic server. This must include the protocol to use (e.g. `http://` or `https://`).

<Warning>
  The `apfell` agent cannot connect to self signed certs directly though.
</Warning>
