Request-URI Too Large Error PayPal REST API
If you are getting Request URL Too Large during your PayPal REST API integration or Express checkout.
Write the STRING data on the page to see what are your sending to PayPal API.
In my case it was sending whole page content instead of sending only the PayPal Token or sometime payment paramenters.
NOTHING WRONG AT PAYPAL END, CHECK YOUR SCRIPT