Skip to content
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

send HTTP request from external app to this app #1335

Closed
tuanda-mh opened this issue Aug 27, 2024 · 1 comment
Closed

send HTTP request from external app to this app #1335

tuanda-mh opened this issue Aug 27, 2024 · 1 comment

Comments

@tuanda-mh
Copy link

How can I send an HTTP request from a third app to this app and get a return?

@paulomarg
Copy link
Collaborator

This app behaves like any other Express app - you can create a route in your app in index.js, and call it from the other app.

Note that this template sets up middlewares for some routes, that might break requests from other apps. When you add your route, make sure to add it before this line.

We only track bugs in this repo, so I'm going to close this issue, since there's no action for us to take here. I'd recommend reaching out in the Community Forums or in the Shopify developer Slack where other folks might have faced similar problems in their apps.

Hope this helps!

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