Postback URL length limit

jini
Hi, I am using google app script to deploy my application. I am getting a s URL similar to https://script.google.com/macros/s/AKfycbwhdDNW1wlzvmfCUoXYuODqKy_2GI8Ky6UpABCcJqIPnANAXgjIsW5NPX4nWwGwjAz1fA/exec

Now I am getting an error "Ensure this value has at most 100 characters (it has 121)."

Please help me to resolve this error. I saw that similar issue reported in forum but seems like the issue still exist
  • sujith
    sujith edited March 2022
    Where do you see this error?
    Is this on developers console?
    We tried to set a long redirect and postback url (more than 100 characters) and got an error for redirect url only but not for postback url.
  • jini
    Hi Sujith,
    Yes this is for redirect URL. What is the solution. For the google macro production URL the length will exceed more than 200
  • sujith
    You can proxy it from your server for now, we will increase the URL length limit.
  • jini
    This is hosted in Google script. How to proxy the same
  • jini
    Hi Sujith, is there any update on URL length issue?
  • sujith
    We have increased the postback URL length to 450.
Sign In or Register to comment.