Posts by Cassiano Junior • 13 points
4 posts
-
1
votes1
answer2001
viewsA: Xmlhttprequest failing due to No 'Access-Control-Allow-Origin' [React/Mongo/Axios]
You need to add a library to your Express call CORS. It abstracts this part of the request and enables cross origin. To use is very simple: const port = 3003 const bodyParser =…
-
0
votes0
answers164
viewsQ: Problem with Composer when sending to a server
I am using Composer to create a site in php OO, however, when sending the files from the site to the server (which in case I am using the free service of atwebpages for external testing), the site…
-
0
votes0
answers584
viewsQ: Is it possible to build Altime applications using "normal" hosting servers?
Well, I’m creating a mini-forum, and I’ve come to the conclusion that the best way to build this forum is to use real time applications. However, for now, I host my site on a free server (like…
-
0
votes2
answers1086
viewsQ: How to maintain scroll position within a div after dynamically upgrading with AJAX?
I’m building a mini forum, and in it, users can do posts and answer them. For the page not to get too long, I put a div with a fixed height and width, and if the text passes that value, it will add…