ohaya
ohaya
Hi, I just found this on the help on the demo page: ``` Redirects are automatically followed. For debugging purposes, each followed redirect results in the addition of a X-CORS-Redirect-n...
Hi,i I have started testing now with a test scenario, where my Javascript/XHR app is using the CORS Anywhere double URL to access a resource/URL that is hosted in a...
Hi Rob, I think I *almost* have CORS Anywhere working with a test OAM scenario, but: I currently am still having to do the "export NODE_TLS_REJECT_UNAUTHORIZED='0'" to avoid the "self-signed...
FYI, after re-examining some pcap files that I captured earlier, I am seeing "hints" that the redirects are actually occurring. I don't see (yet) the actual redirected requests themselves, but...
Hi Rob, FYI, I wanted to update my situation: - I had come to the conclusion that the reason that I haven't been able to see all of the requests/responses...
Hi Rob, Here's an update. I determined that the reason I wasn't able to see most of the request/response pairs before was because our dev environment is on AWS, and...
Hi, I was able to find a different (what Oracle calls) "authentication scheme", which doesn't need redirects, so I changed the protection on the target URL in OAM to use...
Hi Rob, I just found this thread in SO: https://stackoverflow.com/questions/18499465/cors-and-http-basic-auth and specifically the response from "Brock Allen" on Aug 29, 2013: "If you're requesting credentials then the server must respond...
Hi, Thanks. The class I am trying to decompile is one of the Java classes (I mean it is part of Java). Specifically it's a class inside jsse.jar that I...
And here is the file listing from "rpm -ql python3-ldap": rpm -ql python3-ldap /usr/lib/.build-id /usr/lib/.build-id/6c /usr/lib/.build-id/6c/72e2baaf4be95acf7212172003f5d96124e7d4 /usr/lib64/python3.6/site-packages/__pycache__/ldapurl.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/__pycache__/ldapurl.cpython-36.pyc /usr/lib64/python3.6/site-packages/__pycache__/ldif.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/__pycache__/ldif.cpython-36.pyc /usr/lib64/python3.6/site-packages/_ldap.cpython-36m-x86_64-linux-gnu.so /usr/lib64/python3.6/site-packages/ldap /usr/lib64/python3.6/site-packages/ldap/__init__.py /usr/lib64/python3.6/site-packages/ldap/__pycache__ /usr/lib64/python3.6/site-packages/ldap/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/ldap/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/ldap/__pycache__/async.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/ldap/__pycache__/async.cpython-36.pyc /usr/lib64/python3.6/site-packages/ldap/__pycache__/asyncsearch.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/ldap/__pycache__/asyncsearch.cpython-36.pyc...