I'm trying to call an endpoint(POST https://target-endpoint.com/authentication) from another origin(https://origin.com) with below header settings, but CORS err
I have this code template <class ItemType> class ArrTest { public: ArrTest(); private: ItemType* info; }; template <class ItemType> ArrTest
I'm looking for a way in JMockit to inject the private fields inside a class while maintaining the ability to trigger the real methods. I use @Injectable and @T
I am developing a Flutter app, and it uses map_view plugin. I want to add new functionalities to the plugin by modifying the source code. How do I find the actu
Currently, I'm building a web app the uses Node.js and express for my server side application. I am pretty new to client-server applications and am not sure ho
I am creating a Kivy app. The app is fine on my 15-inch display but when I test it on a different sized display. The objects are not automatically adjusted. Wha
this is the list of table which is not same data type -DataTableOne int idOne; string name; -DataTableTwo int idTwo; int id; getter, setter a
I have a large dataset that I want to explore. However I don't want to create multiple plots. I just want a single plot where I can interactively change the col
Currently I am using .env file placed in react app root folder with variable REACT_APP_BASE_URL = http://localhost:8081 I user axios defaults to set base