I am currently developing SNS on iOS.
But it's my first time touching the server side, so I'm having a hard time.
I believe that requests from the client (iOS) side to the server side will be sent via GET or POST, but do you mean that the resources (URL) for those HTTP methods need to be told to the client side developer about the resources created on the server side?
I'm sorry if I said something strange.
If the explanation is not good enough, I will supplement it.
If you want to resolve the URL dynamically at runtime in any way, use the
rule.
Otherwise, if the URL of the action call corresponding to the controller of CakePHP has been determined, of course, the URL cannot be requested unless the client knows them.
Also, I think we only allowed SSL communication by default if it was from iOS9, so it would be better to communicate via HTTPS instead of HTTP.
572 Understanding How to Configure Google API Key
568 Who developed the "avformat-59.dll" that comes with FFmpeg?
886 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
599 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.