1

Here is the question:
https://meta.stackoverflow.com/questions/51812/the-api-sandbox

Here is the API URL:
http://api.meta.stackoverflow.com/1.1/questions/51812/timeline?pagesize=100?page=2

Here is the error:

code: 500
message: "A generic error has occurred on the server; developers have been notified."

1 Answer 1

1

That URL is malformed in a particular way that ASP.NET treats specially (as if it were an attack).

/1.1/questions/51812/timeline?pagesize=100?page=2
should be
/1.1/questions/51812/timeline?pagesize=100&page=2

2 Comments

[Stares at the floor...] Oops.
I'm marking this as [status-bydesign] since it appears to be the intended behavior.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.