CORS not working for my IP or LocalHost…

What a pain:
I have read at least 10 good articles on CORS setup for Dreamfactory and Apache, but I still don’t have CORS working for my localhost being used for internal testing. I cannot log into the app I made using Titanium SDK from my own computer without using the external host name. The internal IP address and localhost give me an error. I will break down what I have and where I have tried to figure out what should be used to correct this. Obviously I am missing something.

The Players:
Dreamfactory 1.8 (Bitnami Standalone Setup)
Apache 2 (Integrated with the DF install; not using XAMPP module)
Titanium Studio (Titanium SDK 3.4.1)

The Issue:
http://face2edgehome.webhop.me:82/mobileweb allows a user logon
http://74.192.243.170:82/mobileweb gives error upon logon (IP hopefully stays like this for a while)
http://localhost:82/mobileweb also fails to work properly (I suspect that CORS is not setup correctly)

I really tried:
I have read article that discussed changing settings in the Apache and DF httpd.conf files as well as the virtual host file under DF. I tried settings in the Directory tag and the ‘if module header’ tag in all three locations. I have enabled and configured the DF CORS for ‘*’ with all methods. Nothing has worked.

Help:
Perhaps someone can show me EXACTLY what should work given the setup listed and then maybe I can use these options. I know how to use cURL and I am able to see the Header options, but still nothing seems to work.

What is logged in your DSP’s logs when the login attempt is rejected?

How would I check the logs for this?

I think part of the issue is that I took an app made from Titanium Studio and copied it into a folder under my Dream Factory web site for remote access. The site loads the app, but the CORS in Apache and DF are probably not configured for me to to this correctly. I can try putting the app in the DF applications folder after creating a dummy app with full right within DF to see if that helps.

So, I think part of this issue is a result of using a non-DF created app in the wrong folder so DF is blocking the functionality I require.

Under the DSP install directory, you should find DSP’s logs as web.*.log files in /platform/log.

In a Bitnami DSP stack, they’re in /bitnami/dreamfactory1.9.1-1/apps/dreamfactory/htdocs/log.