- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Question: When making an AQuA call, we keep getting the following error:
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Solution:
Make sure that the POST URL is set correctly.
You will most likely receive this error message if your POST URL looks like this:
/apps/api/batch-query
You need to make sure that the URL has a "/" at the end, so that it looks as follows:
/apps/api/batch-query/
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Solution:
Make sure that the POST URL is set correctly.
You will most likely receive this error message if your POST URL looks like this:
/apps/api/batch-query
You need to make sure that the URL has a "/" at the end, so that it looks as follows:
/apps/api/batch-query/
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √