# FAQ

## Why are my requests being blocked by Cloudflare?

You have to use the User-Agent in order to be able to access our services, the User-Agent is:&#x20;

```
WEAO-3PService
```

{% hint style="warning" %}
If you don't use this User-Agent, Cloudflare might block all API requests!
{% endhint %}

## Receiving CORS errors?&#x20;

If you are receiving CORS errors, try requesting our API using HTTP instead of HTTPS!

{% hint style="danger" %}
Instead of: <https://api.weao.xyz>
{% endhint %}

{% hint style="success" %}
Use: <http://api.weao.xyz>
{% endhint %}

If this doesn't solve the issue, look into using a WEAO proxy service such as YellowGregs: <https://github.com/YellowGregs/weao-proxy-api>

## What domains can I request WEAO from?

{% hint style="warning" %}
We moved from <https://whatexpsare.online/api/route> TO <https://api.weao.xyz/route> !&#x20;
{% endhint %}

1. <https://api.whatexpsare.online>
2. <https://api.weao.xyz>
3. <https://api.whatexploitsaretra.sh>

## How are you operating without making money?

WhatExpsAre.Online is a nonprofit service being ran by Vienna Softworks. We do not sell your data or track you, learn more at: <https://weao.xyz/privacy>

## Do I need to credit WEAO for using the free API?

If you would like to, we appreciate the support, otherwise it is up to you.

## Is WhatExpsAre.Online being ran by WhatExploitsAre.Online?

No. This is a recreation of BabyHamsta's WhatExploitsAre.Online. We are not officially affiliated with the previous project.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://v3.weao.xyz/documentation/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
