When using query parameters, if I want to add more than one search condition to one parameter, how can I send a request?
https://localhost:8080/hoge?fuga=aaa&fuga=bbb&fuga=ccc
Is it correct to write like this?
Please let me know if there is any other way to describe it.
I don't know what the API design looks like, so I can't give you a clear answer, but why don't we send it separately and process it at the back end?
URL?search=hoge,foo,123
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
578 Understanding How to Configure Google API Key
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.