Support
Frequently asked questions
Answers about sending requests with Pingo, handling cookies and credentials, viewing responses, updates, and macOS support.
What does Pingo do?
Pingo is a compact macOS menu bar app for quick HTTP requests. Choose a method, enter a URL, add headers or a body when needed, then inspect the response without opening a full API client.
Which HTTP methods does Pingo support?
Pingo supports GET, POST, PUT, PATCH, and DELETE requests.
Does Pingo store my requests or responses?
No. Pingo uses an ephemeral network session and does not maintain an automatic cookie jar, response cache, or HTTP credential store. The current request and response live in the app while you work with them, but Pingo does not provide saved histories, accounts, or cloud sync.
Can I send cookies or authorization credentials?
Yes. Add Cookie, Authorization, or other required values explicitly in the header editor. Pingo sends the headers you provide but does not automatically store or reuse them for later requests.
What response information can I inspect?
Pingo shows the HTTP status, request duration, content type, response headers, and a text preview of the response body. Large response previews are limited to keep the app responsive.
Can I cancel a request?
Yes. You can stop an in-flight request. Pingo also applies request and resource timeouts so an unresponsive endpoint does not keep the scratchpad busy indefinitely.
Where are requests sent?
Requests go directly from your Mac to the URL you enter. Pingo does not proxy request URLs, headers, bodies, or responses through a Pingo service.
Which version of macOS is required?
Pingo requires macOS 14 or later.
How do updates work?
Pingo uses Sparkle to check for signed updates. You can start an update check from the app, and available releases are provided through the project's GitHub release infrastructure.
Is Pingo open source?
Yes. The source code is available on GitHub under the MIT License.
Still have a question?
Visit the open-source project to review the implementation, report a bug, or suggest an improvement.
Open GitHub Issues