Skip to content
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

Server side query (?) parsing not working #632

Closed
paralin opened this issue Apr 26, 2014 · 2 comments
Closed

Server side query (?) parsing not working #632

paralin opened this issue Apr 26, 2014 · 2 comments

Comments

@paralin
Copy link

paralin commented Apr 26, 2014

I'm trying to parse

/steamtracks/callback?token=TybQQSw4ESfqxkBkWlpK&steamid32=174005285

With

@route "strackscb",
    where: 'server'
    path: 'steamtracks/callback'
    action: ->
      @response.writeHead 200, {'Content-Type': 'text/html'}
      @response.end JSON.stringify @params

All that is returned is [] indicating that the query parameters are not being parsed properly.

@paralin paralin closed this as completed Apr 26, 2014
@dandv
Copy link
Contributor

dandv commented Oct 22, 2014

@paralin: I see you've closed this issue. Can you comment on what went on?

@tmeasday
Copy link
Contributor

@dandv probably he saw there are couple of existing issues that (I think) are the same thing, such as #909

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants