Skip to content

Invalid API Endpoint URL in anyPayloadTask #1920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
drakeRAGE opened this issue Apr 13, 2025 · 1 comment
Closed

Invalid API Endpoint URL in anyPayloadTask #1920

drakeRAGE opened this issue Apr 13, 2025 · 1 comment

Comments

@drakeRAGE
Copy link

drakeRAGE commented Apr 13, 2025

In Simple.ts of trigger, the anyPayloadTask is attempting to make an HTTP request to an invalid URL. The domain contains unintended characters that make the URL malformed( in simple.ts of trigger ):

"https://jsonplaceholder.typicode.comasdqdasd/posts/1"

Expected Behavior

The URL should point to the correct JSONPlaceholder API endpoint:

"https://jsonplaceholder.typicode.com/posts/1"

Fix

Remove the unintended characters asdqdasd from the domain name.

@matt-aitken
Copy link
Member

This is an internal test task and the URL is intentionally wrong to test error handling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants