File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ CallGate provides programmatic control of phone calls through a REST API, specif
2424 - [ Example Payload] ( #example-payload )
2525 - [ SMSGate Compatibility] ( #smsgate-compatibility )
2626 - [ π Security Best Practices] ( #-security-best-practices )
27+ - [ π οΈ Troubleshooting] ( #οΈ-troubleshooting )
28+ - [ CORS Error Resolution] ( #cors-error-resolution )
2729 - [ π Related Projects] ( #-related-projects )
2830 - [ π Project Status] ( #-project-status )
2931 - [ π€ Contributing] ( #-contributing )
@@ -197,6 +199,15 @@ curl -X DELETE \
197199- Restrict to trusted networks
198200- Consider encryption for remote access
199201
202+ ## π οΈ Troubleshooting
203+
204+ ### CORS Error Resolution
205+
206+ - ** Issue:** CORS errors occur when making API calls directly from a web browser.
207+ - ** Root Cause:** CORS is disallowed by design for security reasons.
208+ - ** Solution:** Proxy API requests through a backend server (the only supported resolution path).
209+ - ** Note:** Direct web browser access to the CallGate API is not supported; backend proxying is required for web-based integrations.
210+
200211## π Related Projects
201212
202213β
** SMSGate** - Complete SMS Management Solution
You canβt perform that action at this time.
0 commit comments