generated from nighthawkcoders/spring_portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Individual Errors Krishiv
CORS ERRORS
- Some individual error that I ran into included CORS which is a cross origins request,Cross-Origin Resource Sharing (CORS) error happens when your web browser stops a website from loading content (like images or data) from another website because they're not from the same place on the internet.
- This line by itself allows from the headers to allow the request, however you must also check aws nginx file if everything is setup correctly along with the mcvsecurity.java in the backend
Api Fetch Error
- Code correction was to change the header as that was the portion that was being called
- The key implemented came from x-api coin key and here it was placed incorrectly which didn't allow the api to be called properly meaning we had to implement limiting and the idea of calling from a specific endpoint to get significant data than we had to parse, we initially thought there was a magical enpoint with only transaction data but we were incorrect.
Metadata
Metadata
Assignees
Labels
No labels

