-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have send2cgeo work on project-gc.com #2
Comments
AFAIR there was some discussion about this with @ganja1447 some months ago and AFAIR he already prepared at least a menu item in the V-GPS for it for later use. |
There are two problems with send2cgeo to solve for this to work. We have to be able to do POSTs instead of GETs. Due to the (not specified) size limit of GET requests. CORS (Cross-origin resource sharing) must be enabled in send2cgeo. |
GET requests are specified for up to 1024 bytes, although most servers take longer ones (usually twice, four, or eight times the size, sometimes even 16 KiB). However, for such sizes, POST is really more appropriate… actually, POST is always the appropriate one if state is changed on the server. Is there anything I (experienced programmer) can do to help? |
ganja from pgc said: “As I understand it, their server side code isn't available on Github, which makes it hard to help out.” |
From @simrebel on June 17, 2015 19:47
I would like to have send2cgeo to work on project-gc.com
Copied from original issue: cgeo/cgeo#5040
The text was updated successfully, but these errors were encountered: