Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.
Overview (SDK for Java)

If you have any questions during development, post them on the Issues page of GitHub.
Cross-origin access refers to access between different domains. Restricting cross-origin access is a browser policy for security purposes, that is, the same-origin policy.
Due to this same-origin policy, JavaScript in origin A cannot operate objects in origin B or C.
The same-origin policy requires the protocols, domain names (or IP addresses), and ports are all the same. If the protocols, domain names, and ports (if specified) of the two web pages are the same, the two web pages are in the same origin.
Cross-origin resource sharing (CORS) allows web application programs in one origin to access resources in another.
OBS supports CORS rules that allow the resources in OBS to be requested by other domains.
For more information, see CORS.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot