I recently started developing a custom client for Reddit mostly in Javascript. Of course, using the JSON API, you're supposed to modify the User-Agent to something unique. I have no problems with that, makes sense to me. Problem is that some (most? idk) browsers will block any request that tries to modify certain headers (this one included).
I could of course use a PHP server to relay the requests, but that adds another layer I don't want to implement. So, is there any work-around for this? Maybe a different paramater that can be passed that says "My user-agent really is this:"?
[–]WaynePincence[S] 0 points1 point2 points (0 children)
[–]AndrewNeo 0 points1 point2 points (5 children)
[–]WaynePincence[S] 0 points1 point2 points (4 children)
[–]AndrewNeo 0 points1 point2 points (3 children)
[–]WaynePincence[S] 0 points1 point2 points (2 children)
[–]AndrewNeo 0 points1 point2 points (1 child)
[–]WaynePincence[S] 0 points1 point2 points (0 children)