Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Error 302 when trying to connect in REST

3690442
Member Posts: 1
I trying to connect in REST WS using the command in curl:
curl -u MyUserName:MyPassword https://otmgtm-xxxxxx.oraclecloud.com/GC3/int-api/sdo/Location?id=XXXXX
but, as return I receive an 302 http error. If I try to connect using -L parameter at curl (curl -u MyUserName:MyPassword -L https://otmgtm-xxxxxx.oraclecloud.com/GC3/int-api/sdo/Location?id=XXXXX)
Oracle return a loging page.
How to configure OTM or Curl command to connect at REST?
Answers
-
I have the same problem. Does anyone have information?